Skip to content

Commit 52f8be0

Browse files
committed
Fix linkcheck
1 parent 053e88d commit 52f8be0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/backend/upgrading/v60.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ See [PLIP 3211](https://github.com/plone/Products.CMFPlone/issues/3211).
168168
Plone 6 has a new control panel for relations, `@@inspect-relations`.
169169
As Manager you may want to use this control panel to look for and fix possible problems.
170170

171-
See [PLIP 3232](https://github.com/plone/Products.CMFPlone/issues/3232).
171+
See [PLIP 3232](https://github.com/plone/Products.CMFPlone/pull/3232).
172172

173173

174174
(v60-deprecated-unicode-property-types-label)=

docs/classic-ui/theming/from-scratch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Theming based on a filesystem package without any dependency.
1919

2020
* Create a theme package as explained here.
2121
* Remove what you do not need
22-
* Add [package.json](https://github.com/collective/plonetheme.munich/blob/master/package.json)
2322
* Overrides
2423
* Static files
2524

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
r"http://localhost:\d+",
7171
r"http://127.0.0.1",
7272
# r"http://example.com",
73-
# r"https://github.com/plone/documentation/issues/new/choose", # requires auth
73+
r"https://github.com/plone/documentation/issues/new/choose", # requires auth
7474
]
7575
linkcheck_anchors = False
7676
linkcheck_timeout = 10

0 commit comments

Comments
 (0)