update voila homepage link

use homepage instead of broken gallery link

new gallery URL is https://voila-gallery.github.io fwiw
This commit is contained in:
Min RK
2025-08-05 10:14:50 -07:00
parent d92226134d
commit 1da7eee9ba
2 changed files with 1 additions and 3 deletions

View File

@@ -297,8 +297,6 @@ linkcheck_ignore = [
r"https://github.com/jupyterhub/jupyterhub/security/advisories/.*",
# Occasionally blocks CI checks with 403
r"https://www\.mysql\.com",
# Does this still exist? https://github.com/jupyterhub/jupyterhub/blob/01a43f41f8b1554f2de659104284f6345d76636d/docs/source/reference/changelog.md?plain=1#L1834
r" https://voila-gallery\.org",
]
linkcheck_anchors_ignore = [
"/#!",

View File

@@ -1831,7 +1831,7 @@ Highlights:
- More configuration of page templates and service display
- Pagination of the admin page improving performance with large numbers of users
- Improved control of user redirect
- Support for [jupyter-server](https://jupyter-server.readthedocs.io/en/latest/)-based single-user servers, such as [Voilà](https://voila-gallery.org) and latest JupyterLab.
- Support for [jupyter-server](https://jupyter-server.readthedocs.io/en/latest/)-based single-user servers, such as [Voilà](https://voila.readthedocs.io) and latest JupyterLab.
- Lots more improvements to documentation, HTML pages, and customizations
([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...1.2.0))