This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch jenkinsfile-doxygen in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit b0ca9191327456eda24b10ba935a24133bb4306a Author: Roy Lenferink <[email protected]> AuthorDate: Sun Apr 18 14:18:27 2021 +0200 Point to nightlies.a.o for release documentation Although the name nightlies.a.o suggests that it is only for nightlies docs; the advice from Apache infra is to also use it for generated release documentation. See https://the-asf.slack.com/archives/CBX4TSBQ8/p1600333375445700 for the actual question. --- source/docs/2.2.1/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/2.2.1/docs.md b/source/docs/2.2.1/docs.md index 8a4214d..cd8096e 100644 --- a/source/docs/2.2.1/docs.md +++ b/source/docs/2.2.1/docs.md @@ -14,7 +14,7 @@ Please follow the links below to find appropriate content: - [Building](./celix/documents/building/README.html) - [Subprojects](./celix/documents/subprojects/README.html) -The Doxygen documentation for release 2.2.1 is available <a href="html/index.html" target="_blank">here</a>. +The Doxygen documentation for release 2.2.1 is available <a href="https://nightlies.apache.org/celix/2.2.1/" target="_blank">here</a>. View the 2.2.1 changelog [here](./celix/CHANGES.html).
