diff --git a/docs/tutorials/build-files-archive-with-dal/get-slot-info.md b/docs/tutorials/build-files-archive-with-dal/get-slot-info.md index 5a6addbc2..134598f36 100644 --- a/docs/tutorials/build-files-archive-with-dal/get-slot-info.md +++ b/docs/tutorials/build-files-archive-with-dal/get-slot-info.md @@ -185,4 +185,4 @@ This is why you must wait for 8 blocks before seeing slot page contents being logged. Now that you can see the state of the slots, you can find an unused slot and publish data to it. -When you are ready, continue to [Part 3: Publishing on the DAL](/tutorials/build-files-archive-with-dal/publishing-on-the-dal). +When you are ready, continue to [Part 4: Publishing on the DAL](/tutorials/build-files-archive-with-dal/publishing-on-the-dal). diff --git a/docs/tutorials/build-files-archive-with-dal/publishing-on-the-dal.md b/docs/tutorials/build-files-archive-with-dal/publishing-on-the-dal.md index c84e17bc4..075e8cb9d 100644 --- a/docs/tutorials/build-files-archive-with-dal/publishing-on-the-dal.md +++ b/docs/tutorials/build-files-archive-with-dal/publishing-on-the-dal.md @@ -1,5 +1,5 @@ --- -title: "Part 3: Publishing on the DAL" +title: "Part 4: Publishing on the DAL" authors: Tezos core developers, Tim McMackin last_update: date: 11 September 2024 @@ -192,4 +192,4 @@ If you are using the Tezos Docker image, you can run `sudo apk add jq xxd`. Now you can publish data to the DAL and use it in a Smart Rollup. In the next section, you write to and retrieve the entire slot. -When you are ready, go to [Part 4: Using the entire slot](/tutorials/build-files-archive-with-dal/using-full-slot). +When you are ready, go to [Part 5: Using the entire slot](/tutorials/build-files-archive-with-dal/using-full-slot). diff --git a/docs/tutorials/build-files-archive-with-dal/using-full-slot.md b/docs/tutorials/build-files-archive-with-dal/using-full-slot.md index 8b057cf85..2b00a4855 100644 --- a/docs/tutorials/build-files-archive-with-dal/using-full-slot.md +++ b/docs/tutorials/build-files-archive-with-dal/using-full-slot.md @@ -1,5 +1,5 @@ --- -title: "Part 4: Using the entire slot" +title: "Part 5: Using the entire slot" authors: Tezos core developers, Tim McMackin last_update: date: 30 July 2024