Skip to content

Commit

Permalink
Merge pull request #11 from mahendrapaipuri/fix_check_links_action
Browse files Browse the repository at this point in the history
Fix broken links in docs
  • Loading branch information
mahendrapaipuri authored Aug 3, 2023
2 parents d1f3401 + e358f5a commit 26527a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26527a2

Please sign in to comment.