diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 363d114d..72511779 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -34,7 +34,7 @@ jobs: # run: cp -r assets _site/assets - name: Publish built site - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Built site ${{ github.run_number }} path: ./_site @@ -48,7 +48,7 @@ jobs: steps: - name: Fetch built site - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: Built site ${{ github.run_number }} path: ./_site @@ -67,7 +67,7 @@ jobs: steps: - name: Fetch built site - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: Built site ${{ github.run_number }} path: ./_site @@ -76,6 +76,8 @@ jobs: run: pip install pytest-check-links # TODO: we are not checking absolute links as pytest plugins does not support them + # ignore github requests as we get 429 too many requests checking GitHub user profiles in about.html + # ignore opensource.org since we are getting a 403 forbidden from this check run on github - name: Check links run: | pytest _site/ --check-links \ @@ -87,7 +89,8 @@ jobs: --check-links-ignore "https://twitter.com/.*" \ --check-links-ignore "https://jupytercon.com" \ --check-links-ignore "https://www.netapp.com" \ - --check-links-ignore "https://github.com/[^/]+/?$" # 429 too many requests checking GitHub user profiles in about.html + --check-links-ignore "https://github.com/[^/]+/?$" \ + --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" lighthouse: @@ -99,7 +102,7 @@ jobs: - name: Fetch repository for `lighthouserc.json` uses: actions/checkout@v2 - name: Fetch built site - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: Built site ${{ github.run_number }} path: ./_site diff --git a/.ruby-version b/.ruby-version index a0891f56..fa7adc7a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/_layouts/default.html b/_layouts/default.html index 76201f68..07b26fd7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -176,7 +176,7 @@
- The Jupyter Trademark is registered with the U.S. Patent & Trademark Office. © {{site.time | date: '%Y' }} + The Jupyter® and Jupyter Logo® trademarks are registered with the U.S. Patent & Trademark Office by LF Charities. © {{site.time | date: '%Y' }}
- - - -
diff --git a/privacy.md b/privacy.md index 71a1cfe2..eac11563 100644 --- a/privacy.md +++ b/privacy.md @@ -42,8 +42,7 @@ those services to process sensitive information. Jupyter has a [community page](https://jupyter.org/community) that recommends mailing lists, forums, chat rooms, and videoconference calls for users to meet and discuss Jupyter software. Some of these communities are -managed by third-party companies not directly affiliated with Project Jupyter -or NumFOCUS. +managed by third-party companies not directly affiliated with Project Jupyter. You should not need to create an account on any on those platforms to _read_ any public content. You do not need to create an account on any community