From 03ee3343c3f27f6c570c9a9c6b0917c8a8b98a8c Mon Sep 17 00:00:00 2001 From: trentmc Date: Fri, 3 Nov 2023 23:22:01 +0100 Subject: [PATCH 1/3] Fix #1318: Many links are absolute, not relative --- rewards/user-guides/how-to-delegate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rewards/user-guides/how-to-delegate.md b/rewards/user-guides/how-to-delegate.md index d84edd6b..19b50208 100644 --- a/rewards/user-guides/how-to-delegate.md +++ b/rewards/user-guides/how-to-delegate.md @@ -42,4 +42,4 @@ If you receive veOCEAN allocation power from other wallets, then you will receiv You _cannot_ re-delegate this veOCEAN further downstream. -
\ No newline at end of file +
\ No newline at end of file From b2a0f2936f1f37e1a4a426c4068ec568a02e3fd1 Mon Sep 17 00:00:00 2001 From: trentmc Date: Fri, 3 Nov 2023 23:29:40 +0100 Subject: [PATCH 2/3] fix many links --- infrastructure/deploying-aquarius.md | 4 ++-- infrastructure/deploying-marketplace.md | 2 +- infrastructure/deploying-ocean-subgraph.md | 4 ++-- infrastructure/deploying-provider.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/deploying-aquarius.md b/infrastructure/deploying-aquarius.md index 30823b30..d2c53732 100644 --- a/infrastructure/deploying-aquarius.md +++ b/infrastructure/deploying-aquarius.md @@ -21,7 +21,7 @@ This guide will deploy Aquarius, including Elasticsearch as a single systemd ser * A server for hosting Aquarius. See [this guide](setup-server.md) for how to create a server; * Docker Compose and Docker Engine are installed and configured on the server. See [this guide](setup-server.md#install-docker-engine-and-docker-compose) for how to install these products. -* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. ### Steps @@ -235,7 +235,7 @@ Templates (yaml files) are provided and could be customized based on the environ * A server for hosting Aquarius. See [this guide](setup-server.md) for how to create a server; * Kubernetes with Docker Engine is installed and configured on the server. See [this chapter](setup-server.md#install-kubernetes-with-docker-engine) for information on installing Kubernetes. -* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. ### Steps diff --git a/infrastructure/deploying-marketplace.md b/infrastructure/deploying-marketplace.md index 32a25fbe..a07f804a 100644 --- a/infrastructure/deploying-marketplace.md +++ b/infrastructure/deploying-marketplace.md @@ -3,7 +3,7 @@ ### Prerequisites * A server for hosting Ocean Marketplace. See [this guide](setup-server.md) on creating a server. -* Obtain API key for wanted network. See [this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for this. +* Obtain API key for wanted network. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for this. ### Push your customized Ocean Market code to your Git repository diff --git a/infrastructure/deploying-ocean-subgraph.md b/infrastructure/deploying-ocean-subgraph.md index 48f390a8..afade8da 100644 --- a/infrastructure/deploying-ocean-subgraph.md +++ b/infrastructure/deploying-ocean-subgraph.md @@ -12,7 +12,7 @@ Ocean Subgraph is deployed on top of [graph-node](https://github.com/graphprotoc * A server for hosting Graph-node. See [this guide](setup-server.md) for how to create a server; * Docker Compose and Docker Engine are installed and configured on the server. See [this guide](setup-server.md#install-docker-engine-and-docker-compose) for how to install these products. -* The RPC URLs and API keys for each of the networks to which Ocean Subgraph will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which Ocean Subgraph will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. ### Steps @@ -182,7 +182,7 @@ In this example, we will deploy graph-node as a Kubernetes deployment service. [ * A server for hosting graph-node. See [this guide](setup-server.md) for how to create a server; * Kubernetes with Docker Engine is installed and configured on the server. See [this chapter](setup-server.md#install-kubernetes-with-docker-engine) for information on installing Kubernetes. -* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. ### Steps diff --git a/infrastructure/deploying-provider.md b/infrastructure/deploying-provider.md index 6bfe18b0..ac0f5431 100644 --- a/infrastructure/deploying-provider.md +++ b/infrastructure/deploying-provider.md @@ -18,7 +18,7 @@ In this guide, we will deploy Provider for two chains: Goerli (Ethereum test net * A server for hosting Provider. See [this guide](setup-server.md) for how to create a server; * Docker Compose and Docker Engine are installed and configured on the server. See [this guide](setup-server.md#install-docker-engine-and-docker-compose) for how to install these products. -* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. * The private key which will be used by Provider to encrypt/decrypt URLs. ### Steps @@ -196,7 +196,7 @@ In this example, we will run Provider as a Kubernetes deployment resource. We wi * A server for hosting Ocean Marketplace. See [this guide](setup-server.md) for how to create a server; * Kubernetes with Docker Engine is installed and configured on the server. See [this chapter](setup-server.md#install-kubernetes-with-docker-engine) for information on installing Kubernetes. -* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. * The private key that will be used by Provider to encrypt/decrypt URLs. * Aquarius is up and running From 5f94b65e96e3d920ec6361145a6a9862882b1751 Mon Sep 17 00:00:00 2001 From: trentmc Date: Fri, 3 Nov 2023 23:37:03 +0100 Subject: [PATCH 3/3] touch --- infrastructure/deploying-aquarius.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/deploying-aquarius.md b/infrastructure/deploying-aquarius.md index d2c53732..dbf45db4 100644 --- a/infrastructure/deploying-aquarius.md +++ b/infrastructure/deploying-aquarius.md @@ -21,7 +21,7 @@ This guide will deploy Aquarius, including Elasticsearch as a single systemd ser * A server for hosting Aquarius. See [this guide](setup-server.md) for how to create a server; * Docker Compose and Docker Engine are installed and configured on the server. See [this guide](setup-server.md#install-docker-engine-and-docker-compose) for how to install these products. -* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. +* The RPC URLs and API keys for each of the networks to which the Aquarius will be connected. See [this guide](../developers/obtaining-api-keys-for-blockchain-access.md) for how to obtain the URL and the API key. ### Steps