[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-58-g67ed867
git at osgeo.org
git at osgeo.org
Sat Sep 9 01:30:44 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, website has been updated
via 67ed867e8402a7ca8bfebc68b1e37da2cb7bef76 (commit)
from 875336cc122fc280468e6018d9074dd8a992a505 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 67ed867e8402a7ca8bfebc68b1e37da2cb7bef76
Author: Regina Obe <lr at pcorp.us>
Date: Sat Sep 9 04:30:43 2023 -0400
Fix folder path to pdf docs
diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index ff58947..240a0ef 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -14,7 +14,7 @@
</li>
<li>PostGIS {{ $key }} PDF:
{{ range $.Site.Params.docLanguages }}
- <a href="{{$.Site.Params.postgis.site_docs}}/postgis-{{ $key }}-{{.}}.pdf">{{ . }}</a>
+ <a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-{{.}}.pdf">{{ . }}</a>
{{ end }}
</li>
<li>PostGIS {{ $key }} Cheat Sheets:
-----------------------------------------------------------------------
Summary of changes:
layouts/shortcodes/doclinks.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list