Skip to content

Commit d6d39b0

Browse files
committed
(docs) Fix link parsing errors
1 parent 981511d commit d6d39b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

documentation/configure_postgres.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[pg_trgm]: http://www.postgresql.org/docs/current/static/pgtrgm.html
2+
[postgres_ssl]: ./postgres_ssl.markdown
3+
[migration_coordination]: ./migration_coordination.markdown
4+
[module]: ./install_via_module.markdown
5+
16
# Using PostgreSQL
27

38
Before using the PostgreSQL backend, you must set up a PostgreSQL server. Note

documentation/release_notes_6.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ canonical: "/puppetdb/latest/release_notes.html"
1010
[fact-contents]: ./api/query/v4/fact-contents.markdown
1111
[metrics]: ./api/metrics/v1/changes-from-puppetdb-v3.markdown
1212
[puppet-apply]: ./connect_puppet_apply.markdown
13+
[api-overview]: ./api/query/v4/overview.markdown
1314

1415
---
1516

@@ -43,7 +44,7 @@ canonical: "/puppetdb/latest/release_notes.html"
4344
```
4445
inventory[] { trusted.extensions.foo = "bar"}
4546
```
46-
instead of `facts.trusted.extensions.foo`, the index wasn't hit. The change introduced by this ticket ensures that an index is hit if the query is made with just trusted.[fact]. ([PDB-4985](https://tickets.puppetlabs.com/browse/PDB-4985))
47+
instead of `facts.trusted.extensions.foo`, the index wasn't hit. The change introduced by this ticket ensures that an index is hit if the query is made with just `trusted.[fact]`. ([PDB-4985](https://tickets.puppetlabs.com/browse/PDB-4985))
4748

4849
### Contributors
4950

0 commit comments

Comments
 (0)