Skip to content

Commit 0c223e5

Browse files
authored
Merge pull request plone#1510 from plone/linkcheck-github-issue-search
Fix redirect link to search issue tracker, added Glossary term for navigation root
2 parents f7ad0a1 + 2972bd4 commit 0c223e5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/contributing/documentation/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ An [online demo of all lexers that Pygments supports](https://pygments.org/demo/
194194
You can also use the [`pygmentize`](https://pygments.org/docs/cmdline/) binary.
195195

196196
When using the online lexer, if any red-bordered rectangles appear, then the lexer for Pygments interprets your snippet as not valid.
197-
You can search the [Pygments issue tracker](https://github.com/pygments/pygments/search) for possible solutions, or submit a pull request to enhance the lexer.
197+
You can search the [Pygments issue tracker](https://github.com/search?q=repo%3Apygments%2Fpygments+&type=issues) for possible solutions, or submit a pull request to enhance the lexer.
198198

199199

200200
(authors-html-meta-data-label)=

docs/glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Verb
583583
One of the basic actions that can be requested to be executed by the server (on an object) based on the {term}`Request`.
584584
585585
Object URL
586-
The target object of the {term}`Request`
586+
The target object of the {term}`Request`.
587587
588588
Authorization Header
589589
Part of the {term}`Request` that is responsible for the authentication related to the right user or service to ask for a {term}`Response`.
@@ -604,6 +604,9 @@ trigger
604604
A trigger is an event in Plone that causes the execution of defined actions.
605605
Example triggers include object modified, user logged in, and workflow state changed.
606606
607+
navigation root
608+
An object marked as a navigation root provides a way to root catalog queries, searches, breadcrumbs, and so on, into that object.
609+
607610
FTI
608611
Factory Type Information
609612
Factory type information (FTI) is responsible for content creation in the portal.

0 commit comments

Comments
 (0)