Skip to content

Commit 3966740

Browse files
chmaniekronosapiens
authored andcommitted
Fix some links in docs
1 parent b3c0e51 commit 3966740

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/.templates/onetxpayment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# One Transaction Payment Extension (`OneTxPayment`)
22

3-
Ordinarily payments require more than one transaction, because the payment lifecycle requires more than one permissioned [role](../tldr/permissions).
3+
Ordinarily payments require more than one transaction, because the payment lifecycle requires more than one permissioned [role](../../tldr/permissions.md).
44

55
In some use cases, there might be a need for one authorized individual to be able to create, funds, and finalize a payment within a single transaction.
66

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Using the Colony SDK, all of the functions of a colony can be imported and calle
5858

5959
Things like parsing returned parameters from a transaction, and signing transactions with a wallet provider are all handled by this library while providing a small API with sane defaults.
6060

61-
To learn more about how to use the Colony SDK with your dapp, or to get specific info about the Colony SDK API, see its [docs](/docs/colonysdk).
61+
To learn more about how to use the Colony SDK with your dapp, or to get specific info about the Colony SDK API, see its [docs](https://docs.colony.io/colonysdk).
6262

6363
### Developer Portal
6464

docs/interfaces/extensions/onetxpayment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# One Transaction Payment Extension (`OneTxPayment`)
22

3-
Ordinarily payments require more than one transaction, because the payment lifecycle requires more than one permissioned [role](../tldr/permissions).
3+
Ordinarily payments require more than one transaction, because the payment lifecycle requires more than one permissioned [role](../../tldr/permissions.md).
44

55
In some use cases, there might be a need for one authorized individual to be able to create, funds, and finalize a payment within a single transaction.
66

docs/tldr/domains-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Even though the global set of Skills is shared by all colonies, reputation earne
3535

3636
Skill tags are meant to provide a more fine-grained categorization of work than domains, allowing for tasks within the same domain to be further differentiated.
3737

38-
See the [ColonyJS](/docs/colonyjs) `colonyClient` API for implementation details.
38+
See the [ColonyJS](https://docs.colony.io/colonyjs) `colonyClient` API for implementation details.
3939

4040
## Disputes
4141

docs/tldr/metacolony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The Meta Colony also curates a global list of skill tags, used by _all colonies_
3333

3434
Even though the skill hierarchy is universal, reputation earned in the skill hierarchy is unique to each colony. Earning reputation in a skill in one colony has no effect on the user’s reputation in that skill in any other colonies.
3535

36-
For information about querying skills and specific implementation details, see the [ColonyJS `colonyNetworkClient`](/docs/colonyjs/api/interfaces/ColonyNetworkClient) API.
36+
For information about querying skills and specific implementation details, see the [ColonyJS `colonyNetworkClient`](https://docs.colony.io/colonyjs/api/interfaces/ColonyNetworkClient) API.

docs/tldr/pots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All funding within a colony resides in pots. To each pot, a colony can associate
99

1010
Assigning funding to pots is purely a bookkeeping mechanism for a colony. From the perspective of the blockchain, ether and tokens are held by the colony contract until they are paid out when a task is completed.
1111

12-
A colony's internal token, chosen at the time of creation, has a special role within colony funding. When paid to a user through the task mechanism, the token confers reputation to that user, which can influence rewards payouts. See the [ColonyJS `tokenClient`](/docs/colonyjs/api/interfaces/ColonyTokenClient) API for information about the internal token and related administration.
12+
A colony's internal token, chosen at the time of creation, has a special role within colony funding. When paid to a user through the task mechanism, the token confers reputation to that user, which can influence rewards payouts. See the [ColonyJS `tokenClient`](https://docs.colony.io/colonyjs/api/interfaces/ColonyTokenClient) API for information about the internal token and related administration.
1313

1414
## Types of Pots
1515

docs/tldr/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There is intentionally no further prescription for how tasks or payments are mea
1515

1616
### Task structure
1717

18-
This is a general description of the Task as it functions in the current Colony Network implementation, with some aspects suppressed for legibility. For a more exact description, please refer to the [ColonyJS](/docs/colonyjs/api) API or [IColony.sol](../interfaces/icolony).
18+
This is a general description of the Task as it functions in the current Colony Network implementation, with some aspects suppressed for legibility. For a more exact description, please refer to the [ColonyJS](https://docs.colony.io/colonyjs/api) API or [IColony.sol](../interfaces/icolony).
1919

2020
| component | description |
2121
| ---------------------- | ------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)