We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a3ae6 commit 9cedca8Copy full SHA for 9cedca8
2 files changed
.github/workflows/build.yml
@@ -59,3 +59,4 @@ jobs:
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_branch: gh-pages
62
+ cname: openbabel.org
source/api/index.md
@@ -1,10 +1,10 @@
1
(api)=
2
# API
3
4
-The latest version of the API documentation is [3.0](3.0/)
+The latest version of the API documentation is [3.0](/api/3.0/)
5
6
Older API docs for historical purposes
7
-- [2.3](2.3.0/index.html)
8
-- [2.2](2.2.0/index.html)
9
-- [2.1](2.1.0/index.html)
10
-- [2.0](2.0.2/index.html)
+- [2.3](/api/2.3.0/index.html)
+- [2.2](/api/2.2.0/index.html)
+- [2.1](/api/2.1.0/index.html)
+- [2.0](/api/2.0.2/index.html)
0 commit comments