Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-website/pull/51#discussion_r153688399
--- Diff: _releases/0.9.12-incubating.md ---
@@ -8,8 +8,8 @@ summary: >
improvements, and fixes for printing, file transfer, and terminal
emulation.
-artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
-checksum-root: "https://www.apache.org/dist/"
+artifact-root: "http://archive.apache.org/dist/"
--- End diff --
Since 0.9.13-incubating is still the current release, it needs to be linked
to via the normal dist area (`.../dist/` and `closer.cgi`). Since there is no
`incubator/guacamole/` directory under dist any longer, these links need to
point to `guacamole/`, even though 0.9.13-incubating is an Incubator release.
http://www.apache.org/legal/release-policy.html#host-GA
Older releases, like 0.9.12-incubating, are supposed to be removed from
dist and linked to via the archive. Once 0.9.14 is out, we can do the same for
0.9.13-incubating, and point to the archived `incubator/guacamole/` directory.
---