From 1a1b744d73043af05ea921c04d61f564e434a754 Mon Sep 17 00:00:00 2001 From: nrosa-valory Date: Tue, 14 Jan 2025 16:39:36 +0000 Subject: [PATCH] Fix other links --- docs/guides/overview_of_the_development_process.md | 2 +- docs/guides/publish_fetch_packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/overview_of_the_development_process.md b/docs/guides/overview_of_the_development_process.md index c68f6498c3..3568a70caa 100644 --- a/docs/guides/overview_of_the_development_process.md +++ b/docs/guides/overview_of_the_development_process.md @@ -1,4 +1,4 @@ -The figure below presents the development process with {{open_autonomy}}: from the idea of an off-chain service to its deployment in production. If you have completed the [quick start guide](../quick_start) you have already navigated through a significant part of this process. +The figure below presents the development process with {{open_autonomy}}: from the idea of an off-chain service to its deployment in production. If you have completed the [quick start guide](./quick_start.md) you have already navigated through a significant part of this process.
![](../images/development_process.svg) diff --git a/docs/guides/publish_fetch_packages.md b/docs/guides/publish_fetch_packages.md index 52530c0f62..fc13d517cb 100644 --- a/docs/guides/publish_fetch_packages.md +++ b/docs/guides/publish_fetch_packages.md @@ -71,7 +71,7 @@ You can either: Regardless of the methodology that you choose to develop your packages, it is important that they are developed with a clear separation of concerns, so that they can be reused in other projects. ## How to tell the framework what registry to use -The `push`, `add`, `publish` and `fetch` commands use, by default, the registry specified when the framework was initiated (command `autonomy init`). See for example the [set up guide](./set_up#set-up), where we initialized the framework to use the default remote [IPFS](https://ipfs.io) registry. +The `push`, `add`, `publish` and `fetch` commands use, by default, the registry specified when the framework was initiated (command `autonomy init`). See for example the [set up guide](./set_up.md), where we initialized the framework to use the default remote [IPFS](https://ipfs.io) registry. Additionally, the framework configuration can be overridden per command by using the flags `--local` or `--remote` in any of the commands `push`, `add`, `publish` or `fetch`.