Skip to content

Commit 882d925

Browse files
authored
Fix broken links (#2015)
* Fix broken links - Exclude link that requires authentication * Varnish Cache is now Vinyl Cache. See https://vinyl-cache.org/#years-old-and-it-is-time-to-get-serious-er * Fix typo
1 parent fee35a9 commit 882d925

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-62.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Native namespaces are also referred to as implicit namespaces.
3131
The two terms mean the same.
3232

3333
```{seealso}
34-
- [Python Packaging Guide on native namespaces](https://packaging.python.org/en/latest/guides/.packaging-namespace-packages/#native-namespace-packages)
34+
- [Python Packaging Guide on native namespaces](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages)
3535
- [PEP 420 - Implicit Namespace Packages](https://peps.python.org/pep-0420/)
3636
```
3737

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
r"https://github.com/orgs/plone/teams/",
9090
r"https://github.com/plone/documentation/issues/new",
9191
r"https://classic.demo.plone.org/en/demo/an-image.jpg/@@images-test#srcset",
92+
r"https://javascript.plainenglish.io/you-dont-need-lodash-how-i-gave-up-lodash-693c8b96a07c",
9293
# Ignore pages that are rate limited or otherwise blocked
9394
r"https://stackoverflow.com",
9495
r"https://www.npmjs.com/",

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ acquisition
731731
Acquisition is a mechanism that allows objects to inherit attributes from their parent objects in the object hierarchy.
732732
733733
Varnish
734-
[Varnish](https://varnish-cache.org) is a popular open source web accelerator that is used to implement HTTP caching.
734+
[Varnish](https://vinyl-cache.org/) is a popular open source web accelerator that is used to implement HTTP caching.
735735
736736
Content Delivery Network
737737
CDN

0 commit comments

Comments
 (0)