Skip to content

Commit 1f8e947

Browse files
fix: Use correct references to tepmlates (#2840)
Signed-off-by: RomanNikitenko <[email protected]>
1 parent 347cc2b commit 1f8e947

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: CONTRIBUTING.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ It can be:
178178
. Define the page title, and the page file name: use lower case and separate words with dashes `__<title>__.adoc`.
179179
The directory and the file name determine the page URL.
180180

181-
. Copy one of the templates in the `templates/pages` directory to `__<pages_directory>__/__<title>__.adoc`.
181+
. Copy one of the templates in the `templates/page` directory to `__<pages_directory>__/__<title>__.adoc`.
182182
+
183-
* link:https://github.com/eclipse/che-docs/blob/main/templates/pages/assembly.adoc[Assembly page template]
184-
* link:https://github.com/eclipse/che-docs/blob/main/templates/pages/concept.adoc[Concept page template]
185-
* link:https://github.com/eclipse/che-docs/blob/main/templates/pages/procedure.adoc[Procedure page template]
186-
* link:https://github.com/eclipse/che-docs/blob/main/templates/pages/reference.adoc[Reference page template]
183+
* link:https://github.com/eclipse/che-docs/blob/main/templates/page/assembly.adoc[Assembly page template]
184+
* link:https://github.com/eclipse/che-docs/blob/main/templates/page/concept.adoc[Concept page template]
185+
* link:https://github.com/eclipse/che-docs/blob/main/templates/page/procedure.adoc[Procedure page template]
186+
* link:https://github.com/eclipse/che-docs/blob/main/templates/page/reference.adoc[Reference page template]
187187

188188
. Add a cross-reference to the page in the `modules/__<guide_name>__/nav.adoc` navigation file to create the link:https://docs.antora.org/antora/2.3/navigation/xrefs-and-link-text/#default-link-text[navigation entry].
189189
+

0 commit comments

Comments
 (0)