From 9cedca8fff62ffefe27f1682fe5f042222ba3dd3 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Sun, 17 Dec 2023 19:56:25 -0500 Subject: [PATCH] Update API links --- .github/workflows/build.yml | 1 + source/api/index.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64d5d25d..c6379fd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,3 +59,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages + cname: openbabel.org diff --git a/source/api/index.md b/source/api/index.md index 0e462702..8ca6e55d 100644 --- a/source/api/index.md +++ b/source/api/index.md @@ -1,10 +1,10 @@ (api)= # API -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/) Older API docs for historical purposes -- [2.3](2.3.0/index.html) -- [2.2](2.2.0/index.html) -- [2.1](2.1.0/index.html) -- [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)