-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken links #36
base: master
Are you sure you want to change the base?
Fix broken links #36
Conversation
@@ -47,7 +47,7 @@ Aergo also offers a development toolchain that includes package management, `Aer | |||
Infrastructure | |||
-------------- | |||
|
|||
Aergo is currently available as a `public testnet <../using-testnet/index.html>`_ and separate private installations. | |||
Aergo is currently available as a `public testnet <../using-network/connecting.rst#testnet>`_ and separate private installations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct is https://docs.aergo.io/en/latest/using-network/connecting.html#testnet
html instead of rst
@@ -46,7 +46,7 @@ Generate BP accounts and keys | |||
|
|||
You can use any machine (e.g. your own local machine) for this. | |||
|
|||
Start by installing `aergocli <../tools/aergocli.html>`__ if you haven't already. | |||
Start by installing `aergocli <../tools/aergocli.rst>`__ if you haven't already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, and for many other changes on this PR
@@ -4,7 +4,7 @@ Transaction Fees | |||
The Aergo protocol includes transaction fees that need to be paid | |||
according to the configuration of the network. | |||
|
|||
Versions prior to 2.0 (`see 1.3 docs <https://docs.aergo.io/en/1.3/specs/fees.html>`_) | |||
Versions prior to 2.0 (`see 1.3 docs <https://aergo.readthedocs.io/en/1.3/specs/fees.html>`_) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be docs.aergo.io
if the link is not working, then the correct must be found
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that only links to /latest/
are working
Links to direct versions are not working, for some reason
We will need to check that
@@ -56,7 +56,7 @@ Technical details | |||
----------------- | |||
|
|||
Names are stored in the state of the special account :code:`aergo.name`. They are created and updated using special governance transactions. | |||
Refer to `transaction types <transaction-types.html>`_ for the technical specification of these actions. | |||
Refer to `transaction types <transactions.rst#transaction_types>`_ for the technical specification of these actions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be /specs/transactions.html#transaction-types
And then there is no need to add a new anchor
@@ -36,6 +36,8 @@ Payload | |||
A payload can be any kind of binary data, but is most often used with JSON strings for | |||
`smart contract calls <contracts.html>`__. | |||
|
|||
.. transaction_types: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As said above, this is not required
@@ -22,7 +22,7 @@ Staking & Voting | |||
user wanting to vote must stake their tokens since the voting power is | |||
weighted by the number of staked tokens, as remarked above. | |||
|
|||
All of these requests are performed via a `transaction <./transactions.html#governance-type>`_. | |||
All of these requests are performed via a `transaction <./transactions.rst#governance_type>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be /specs/transactions.html#governance-type-1
Then there is no need to add new anchor
@@ -47,6 +49,8 @@ Normal type (0) | |||
Normal transactions are used to transfer tokens and calling smart contracts. | |||
Since version 2.0, there are more precise transaction types that should be used instead. | |||
|
|||
.. governance_type: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neither this
No description provided.