Skip to content

Commit

Permalink
Merge pull request #1169 from Concordium/hotfixRedirect
Browse files Browse the repository at this point in the history
Hotfix a broken redirect
  • Loading branch information
it09 authored Dec 6, 2024
2 parents 6f9defa + 07ec1da commit ba01df3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/mainnet/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"./en/mainnet/smart-contracts/best-practices/index": "./en/mainnet/smart-contracts/best-practices/development",
"net/smart-contracts/guides/quick-start": "/en/mainnet/docs/smart-contracts/guides/quickstart.html",
"net/smart-contracts/guides/deploy-module": "/en/mainnet/docs/smart-contracts/guides/deploy-module.html",
"net/concepts/id-accounts": "/en/mainnet/docs/protocol/id.accounts.html",
"net/concepts/id-accounts": "/en/mainnet/docs/protocol/id-accounts.html",
"net/smart-contracts/general/introduction": "/en/mainnet/docs/smart-contracts/introduction.html",
"net/smart-contracts/general/contract-instances": "/en/mainnet/docs/smart-contracts/contract-instances.html",
"net/smart-contracts/general/contract-lifecycle": "/en/mainnet/docs/smart-contracts/contract-lifecycle.html",
Expand Down Expand Up @@ -534,5 +534,6 @@
"smart-contracts/guides/build-schema": "/en/mainnet/docs/smart-contracts/guides/build-schema.html",
"smart-contracts/guides/contract-dev-guides": "/en/mainnet/docs/smart-contracts/guides/build-contract.html",
"smart-contracts/guides/quick-start": "/en/mainnet/docs/smart-contracts/guides/quick-start.html",
"smart-contracts/tutorials/index": "/en/mainnet/tutorials/index.html"
"smart-contracts/tutorials/index": "/en/mainnet/tutorials/index.html",
"docs/protocol/id.accounts": "en/mainnet/docs/protocol/id-accounts.html"
}

0 comments on commit ba01df3

Please sign in to comment.