From e358f5a4ea1babe7c502057f427ae6b4f5671b92 Mon Sep 17 00:00:00 2001 From: mahendrapaipuri Date: Thu, 3 Aug 2023 15:59:16 +0200 Subject: [PATCH] Fix broken links in docs --- .github/workflows/build.yml | 5 ++++- .gitignore | 3 +++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7433ca..705ecd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,4 +91,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 + - name: Check links + uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 + with: + ignore_links: 'https://gitlab.com/profile/personal_access_tokens' diff --git a/.gitignore b/.gitignore index 5895aa9..199a72a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ jupyterlab_gitlab/labextension # Version file is handled by hatchling jupyterlab_gitlab/_version.py +# Check links action related pytest-check-links-cache.sqlite +.pytest-check-links-cache.sqlite + # Created by https://www.gitignore.io/api/python # Edit at https://www.gitignore.io/?templates=python diff --git a/README.md b/README.md index 98ba510..0f176e9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ need to create another one. You should now add the credentials you got from GitLab to your notebook configuration file. Instructions for generating a configuration file can be found -[here](http://jupyter-notebook.readthedocs.io/en/stable/config_overview.html#configure-nbserver). +[here](https://jupyter-notebook.readthedocs.io/en/stable/configuring/config_overview.html#configure-jupyter-server). Once you have identified this file, add the following line to it: ```python