Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a93edf9

Browse files
Move links to octez.tezos.com/docs
1 parent 610356d commit a93edf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+112
-113
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Nodes reach consensus on the next block before adding it to the chain.
3838

3939
As shown in the diagram, the data inside a Tezos block includes the hash of the previous block in the chain and many operations, such as transactions that transfer tez or call smart contracts.
4040
Blocks also include operations that are necessary for the management of the chain, including nodes' attestations that blocks are valid, called _consensus operations_, and votes on changes to the protocol, called _voting operations_.
41-
For more information on the operations that can be included in blocks, see [Blocks and operations](https://tezos.gitlab.io/alpha/blocks_ops.html) in the Octez documentation.
41+
For more information on the operations that can be included in blocks, see [Blocks and operations](https://octez.tezos.com/docs/active/blocks_ops.html) in the Octez documentation.
4242

4343
### Tezos clients and servers
4444

docs/architecture/bakers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ To start delegating and staking, use the app at https://stake.tezos.com.
8787

8888
To start baking, use our [tutorial for bakers](/tutorials/join-dal-baker).
8989

90-
For more information about the different options to participate to the Tezos network (baking, staking, or delegating), see [Running Octez](https://tezos.gitlab.io/introduction/howtorun.html) in the Octez documentation.
90+
For more information about the different options to participate to the Tezos network (baking, staking, or delegating), see [Running Octez](https://octez.tezos.com/docs/introduction/howtorun.html) in the Octez documentation.
9191

9292
To learn more about baking and the related concepts, see [Node and Baking](https://opentezos.com/node-baking/baking/introduction/) on opentezos.com.

docs/architecture/data-availability-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For a tutorial on how to use the DAL, see [Implement a file archive with the DAL
1414

1515
The DAL depends on individual people running nodes, just like Tezos layer 1.
1616

17-
- If you are already a Tezos baker, you can add a DAL node to your setup with the instructions in [Running a DAL attester node](https://tezos.gitlab.io/shell/dal_run.html).
17+
- If you are already a Tezos baker, you can add a DAL node to your setup with the instructions in [Running a DAL attester node](https://octez.tezos.com/docs/shell/dal_run.html).
1818
- For step-by-step instructions on running a DAL node, accessible to anyone, see [Join the DAL as a baker in 5 steps](/tutorials/join-dal-baker).
1919

2020
## How the DAL works
@@ -156,4 +156,4 @@ if 0 < bytes_read {
156156

157157
## Reference
158158

159-
For more information about the DAL, see [DAL overview](https://tezos.gitlab.io/shell/dal_overview.html) in the Octez documentation.
159+
For more information about the DAL, see [DAL overview](https://octez.tezos.com/docs/shell/dal_overview.html) in the Octez documentation.

docs/architecture/governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ At the end of the Adoption period, Mainnet automatically enables the new protoco
7979

8080
## References
8181

82-
- [The Amendment (and Voting) Process](https://tezos.gitlab.io/active/voting.html) in the Octez documentation
82+
- [The Amendment (and Voting) Process](https://octez.tezos.com/docs/active/voting.html) in the Octez documentation
8383
- [Amending Tezos](https://medium.com/tezos/amending-tezos-b77949d97e1e) on Medium

docs/architecture/governance/amendment-history.md

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

docs/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In order to meet these requirements, the software that nodes run is structured a
2626

2727
Nodes cooperate with clients and with each other through an [RPC interface](#the-rpc-interface).
2828

29-
The Octez suite, which is an implementation of the Tezos node and other executables, instantiates these principles in the [Octez software architecture](https://tezos.gitlab.io/shell/the_big_picture.html).
29+
The Octez suite, which is an implementation of the Tezos node and other executables, instantiates these principles in the [Octez software architecture](https://octez.tezos.com/docs/shell/the_big_picture.html).
3030

3131
For instructions on running a node, see the tutorial [Run a Tezos node in 5 steps](/tutorials/join-dal-baker).
3232

@@ -79,7 +79,7 @@ Tezos nodes act as servers and accept HTTP requests from clients and other nodes
7979

8080
Tezos RPC uses JSON to send and receive data, but it does not adhere to the JSON-RPC specification.
8181

82-
All the RPCs served by the Tezos node are described as an OpenAPI specification at [Octez Node RPCs](https://tezos.gitlab.io/api/openapi.html#octez-node) in the Octez documentation.
82+
All the RPCs served by the Tezos node are described as an OpenAPI specification at [Octez Node RPCs](https://octez.tezos.com/docs/api/openapi.html#octez-node) in the Octez documentation.
8383

8484
### Public and private RPC nodes
8585

docs/architecture/smart-rollups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this way, multiple nodes can run the same rollup and each node can verify the
2020

2121
For a tutorial on Smart Rollups, see [Deploy a Smart Rollup](/tutorials/smart-rollup).
2222

23-
For reference on Smart Rollups, see [Smart Optimistic Rollups](https://tezos.gitlab.io/active/smart_rollups.html) in the Octez documentation.
23+
For reference on Smart Rollups, see [Smart Optimistic Rollups](https://octez.tezos.com/docs/active/smart_rollups.html) in the Octez documentation.
2424

2525
This diagram shows a high-level view of how Smart Rollups interact with layer 1:
2626

@@ -212,7 +212,7 @@ When a commitment includes layer 1 transactions, these transactions go into the
212212

213213
After the commitment is cemented, clients can trigger transactions in the outbox with the Octez client `execute outbox message` command.
214214
When they trigger a transaction, it runs like any other call to a smart contract.
215-
For more information, see [Triggering the execution of an outbox message](https://tezos.gitlab.io/shell/smart_rollup_node.html?highlight=triggering) in the Octez documentation.
215+
For more information, see [Triggering the execution of an outbox message](https://octez.tezos.com/docs/shell/smart_rollup_node.html#triggering-the-execution-of-an-outbox-message) in the Octez documentation.
216216

217217
### Bailout process
218218

@@ -222,7 +222,7 @@ Nodes that post commitments cannot stop immediately without risking their bonds
222222
For this reason, nodes can switch to bailout mode to prepare to shut down without risking their bonds.
223223
In bailout mode, nodes defend their existing commitments without posting new commitments.
224224
When their final commitment is cemented, they can shut down safely.
225-
For more information about node modes, see [Smart rollup node](https://tezos.gitlab.io/shell/smart_rollup_node.html) in the Octez documentation.
225+
For more information about node modes, see [Smart rollup node](https://octez.tezos.com/docs/shell/smart_rollup_node.html) in the Octez documentation.
226226

227227
## Examples
228228

docs/architecture/tokens/FA1.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can verify that a contract follows the FA1.2 standard by running the followi
2121
octez-client check contract $CONTRACT_ADDRESS implements fa1.2
2222
```
2323

24-
The Octez client also supports other interactions with FA1.2 contracts, such as transferring tokens or checking balances, as described at [FA1.2 support](https://tezos.gitlab.io/user/fa12.html) in the Octez documentation.
24+
The Octez client also supports other interactions with FA1.2 contracts, such as transferring tokens or checking balances, as described at [FA1.2 support](https://octez.tezos.com/docs/user/fa12.html) in the Octez documentation.
2525

2626
## Allowances
2727

docs/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ See https://taqueria.io/.
5959
To test smart contracts and dApps, you can use these test environments:
6060

6161
- Test networks behave like Tezos Mainnet but have differences that make it easier to test on them, such as faucets that provide free tokens and reduced block times for faster testing.
62-
- Sandbox environments like [Flextesa](https://tezos.gitlab.io/flextesa/) run Tezos nodes locally on your computer in a sandbox mode.
62+
- Sandbox environments like Flextesa and Tezbox run Tezos nodes locally on your computer in a sandbox mode; see [Using a local sandbox](/developing/sandbox).
6363
- You can also set up your own private test network.
6464

6565
For more information about test environments, see [Testing on testnets](/developing/testnets) and [Using a local sandbox](/developing/sandbox).

docs/developing/octez-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Developers use the Octez client for many tasks, including:
1515
Other parts of Octez allow you to host, manage, and monitor nodes, bake blocks, and host RPC nodes.
1616

1717
This documentation is an overview of the Octez client for Tezos smart contract and dApp developers.
18-
For more detailed information, see the [Octez documentation](https://tezos.gitlab.io/) and opentezos.com.
19-
For system requirements, see the documentation for the latest release of the Octez suite here: https://tezos.gitlab.io/releases/latest.html.
18+
For more detailed information, see the [Octez documentation](https://octez.tezos.com/docs/) and opentezos.com.
19+
For system requirements, see the documentation for the latest release of the Octez suite here: https://octez.tezos.com/docs/releases/latest.html.

0 commit comments

Comments
 (0)