Skip to content

Commit d80fff4

Browse files
committed
(docs) Fix release notes links
The `./` prefixes we erroneously removed. It appears the `./` prefix is how the publishing pipeline identifies which links to add the `/docs/puppetdb/<version>/` prefix to, and also how it decides which links to change the suffix `.markdown` into `.html`.
1 parent eb01af8 commit d80fff4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/release_notes.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ layout: default
44
canonical: "/puppetdb/latest/release_notes.html"
55
---
66

7-
[configure-postgres]: configure.markdown#using-postgresql
8-
[drop-joins]: api/query/v4/query.markdown#experimental-query-optimization
9-
[facts]: api/query/v4/facts.markdown
10-
[fact-contents]: api/query/v4/fact-contents.markdown
11-
[metrics]: api/metrics/v1/changes-from-puppetdb-v3.markdown
12-
[puppet-apply]: connect_puppet_apply.markdown
7+
[configure-postgres]: ./configure.markdown#using-postgresql
8+
[drop-joins]: ./api/query/v4/query.markdown#experimental-query-optimization
9+
[facts]: ./api/query/v4/facts.markdown
10+
[fact-contents]: ./api/query/v4/fact-contents.markdown
11+
[metrics]: ./api/metrics/v1/changes-from-puppetdb-v3.markdown
12+
[puppet-apply]: ./connect_puppet_apply.markdown
1313

1414
---
1515

0 commit comments

Comments
 (0)