You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2023/01/30 05:19:56 UTC

[incubator-tuweni] branch main updated: fix docs links

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 17c771a1b fix docs links
     new acb8933de Merge pull request #507 from atoulme/fix_docs_links
17c771a1b is described below

commit 17c771a1b3fecf95d70b36ae82727614d5c37e11
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Jan 29 21:19:25 2023 -0800

    fix docs links
---
 app-commons/README.md            | 4 ++--
 bytes/README.md                  | 4 ++--
 concurrent-coroutines/README.md  | 4 ++--
 concurrent/README.md             | 4 ++--
 config/README.md                 | 4 ++--
 crypto/README.md                 | 4 ++--
 devp2p-eth/README.md             | 4 ++--
 devp2p-proxy/README.md           | 4 ++--
 devp2p/README.md                 | 4 ++--
 dns-discovery/README.md          | 4 ++--
 eth-blockprocessor/README.md     | 4 ++--
 eth-client-app/README.md         | 4 ++--
 eth-client-ui/README.md          | 4 ++--
 eth-client/README.md             | 4 ++--
 eth-crawler/README.md            | 4 ++--
 eth-faucet/README.md             | 4 ++--
 eth-precompiles/README.md        | 4 ++--
 eth-repository/README.md         | 4 ++--
 eth/README.md                    | 4 ++--
 ethstats/README.md               | 4 ++--
 evm-dsl/README.md                | 4 ++--
 evm/README.md                    | 4 ++--
 genesis/README.md                | 4 ++--
 gossip/README.md                 | 4 ++--
 hobbits-relayer/README.md        | 4 ++--
 hobbits/README.md                | 4 ++--
 io/README.md                     | 4 ++--
 jsonrpc-app/README.md            | 4 ++--
 jsonrpc/README.md                | 4 ++--
 junit/README.md                  | 4 ++--
 kademlia/README.md               | 4 ++--
 kv/README.md                     | 4 ++--
 les/README.md                    | 4 ++--
 merkle-trie/README.md            | 4 ++--
 metrics/README.md                | 4 ++--
 net/README.md                    | 4 ++--
 peer-repository/README.md        | 4 ++--
 plumtree-servlet/README.md       | 4 ++--
 plumtree-vertx/README.md         | 4 ++--
 plumtree/README.md               | 4 ++--
 pow/README.md                    | 4 ++--
 rlp/README.md                    | 4 ++--
 rlpx/README.md                   | 4 ++--
 scuttlebutt-client-lib/README.md | 4 ++--
 scuttlebutt-discovery/README.md  | 4 ++--
 scuttlebutt-handshake/README.md  | 4 ++--
 scuttlebutt-rpc/README.md        | 4 ++--
 scuttlebutt/README.md            | 4 ++--
 ssz/README.md                    | 4 ++--
 stratum/proxy/README.md          | 4 ++--
 stratum/server/README.md         | 4 ++--
 toml/README.md                   | 4 ++--
 units/README.md                  | 4 ++--
 wallet/README.md                 | 4 ++--
 54 files changed, 108 insertions(+), 108 deletions(-)

diff --git a/app-commons/README.md b/app-commons/README.md
index d08825ac1..8e12c89dc 100644
--- a/app-commons/README.md
+++ b/app-commons/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/bytes/README.md b/bytes/README.md
index 5a445cff0..d7598a771 100644
--- a/bytes/README.md
+++ b/bytes/README.md
@@ -323,5 +323,5 @@ You will need to implement the following functions:
 
 You can choose to simplify greatly by extending the [`DelegatingBytes` class](https://tuweni.apache.org/docs/org.apache.tuweni.bytes/-delegating-bytes/index.html) instead.
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/concurrent-coroutines/README.md b/concurrent-coroutines/README.md
index 9576af1b3..81821afbf 100644
--- a/concurrent-coroutines/README.md
+++ b/concurrent-coroutines/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/concurrent/README.md b/concurrent/README.md
index b263932b7..83cd63154 100644
--- a/concurrent/README.md
+++ b/concurrent/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/config/README.md b/config/README.md
index cd00c5145..2819e4109 100644
--- a/config/README.md
+++ b/config/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/crypto/README.md b/crypto/README.md
index 1949f4a70..6515e1e22 100644
--- a/crypto/README.md
+++ b/crypto/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/devp2p-eth/README.md b/devp2p-eth/README.md
index 411de3229..8eb64655e 100644
--- a/devp2p-eth/README.md
+++ b/devp2p-eth/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/devp2p-proxy/README.md b/devp2p-proxy/README.md
index 5c0303960..b9b915d9f 100644
--- a/devp2p-proxy/README.md
+++ b/devp2p-proxy/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/devp2p/README.md b/devp2p/README.md
index 83de26e99..2dcb7b7ce 100644
--- a/devp2p/README.md
+++ b/devp2p/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/dns-discovery/README.md b/dns-discovery/README.md
index 9f93e5084..2c8d39b88 100644
--- a/dns-discovery/README.md
+++ b/dns-discovery/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/eth-blockprocessor/README.md b/eth-blockprocessor/README.md
index de768ce22..0e3812885 100644
--- a/eth-blockprocessor/README.md
+++ b/eth-blockprocessor/README.md
@@ -21,6 +21,6 @@ This library implements a block processor for the Ethereum blockchain.
 
 A block processor applies the transformation of a block to the blockchain.
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
 
diff --git a/eth-client-app/README.md b/eth-client-app/README.md
index 487287973..52d3c792d 100644
--- a/eth-client-app/README.md
+++ b/eth-client-app/README.md
@@ -65,5 +65,5 @@ genesis="bar"
 path=other.json
 ```
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[application]:https://github.com/apache/incubator-tuweni/tree/main/docs#application
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
\ No newline at end of file
diff --git a/eth-client-ui/README.md b/eth-client-ui/README.md
index e0bdcab21..6547843d5 100644
--- a/eth-client-ui/README.md
+++ b/eth-client-ui/README.md
@@ -22,5 +22,5 @@ The Ethereum client UI is a set of REST services and web pages associated with t
 It exposes data from the client, such as its configuration and state, over web pages.
 
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/eth-client/README.md b/eth-client/README.md
index b3c3cf17a..ae5b47293 100644
--- a/eth-client/README.md
+++ b/eth-client/README.md
@@ -20,5 +20,5 @@ specific language governing permissions and limitations under the License.
 The Ethereum client library defines the domain objects and their coordination to form an Ethereum client.
 
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/eth-crawler/README.md b/eth-crawler/README.md
index 8e7a5f278..c93b12658 100644
--- a/eth-crawler/README.md
+++ b/eth-crawler/README.md
@@ -21,5 +21,5 @@ The crawler is a discv5 server that constantly looks for new peers.
 
 Whenever it connects to peers, it asks for all their known peers, and keeps going until it has exhausted all peers it could discover, then starts all over again.
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[application]:https://github.com/apache/incubator-tuweni/tree/main/docs#application
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
\ No newline at end of file
diff --git a/eth-faucet/README.md b/eth-faucet/README.md
index bbc02dfde..c4e88caf9 100644
--- a/eth-faucet/README.md
+++ b/eth-faucet/README.md
@@ -115,5 +115,5 @@ Now you can send money using the faucet. Enter any valid address and press OK.
 
 The second time you ask for money, the faucet will detect the balance of the account matches the max the faucet with top up.
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[application]:https://github.com/apache/incubator-tuweni/tree/main/docs#application
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
\ No newline at end of file
diff --git a/eth-precompiles/README.md b/eth-precompiles/README.md
index 9e188d120..03fde7968 100644
--- a/eth-precompiles/README.md
+++ b/eth-precompiles/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [prototype] |
 | Component Type | [library]   |
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/eth-repository/README.md b/eth-repository/README.md
index 94baa5146..1f69f21b1 100644
--- a/eth-repository/README.md
+++ b/eth-repository/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/eth/README.md b/eth/README.md
index 97de0fcac..f90d8139b 100644
--- a/eth/README.md
+++ b/eth/README.md
@@ -20,6 +20,6 @@ specific language governing permissions and limitations under the License.
 This library represents domain objects related to the Ethereum blockchain.
 
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
 
diff --git a/ethstats/README.md b/ethstats/README.md
index 827a37fe1..85d5a52d4 100644
--- a/ethstats/README.md
+++ b/ethstats/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/evm-dsl/README.md b/evm-dsl/README.md
index fc2dd64a5..d83a6995b 100644
--- a/evm-dsl/README.md
+++ b/evm-dsl/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [prototype] |
 | Component Type | [library]   |
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/evm/README.md b/evm/README.md
index 1ff7bb486..e324066a9 100644
--- a/evm/README.md
+++ b/evm/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [prototype] |
 | Component Type | [library]   |
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/genesis/README.md b/genesis/README.md
index 1c1402a44..2af884186 100644
--- a/genesis/README.md
+++ b/genesis/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/gossip/README.md b/gossip/README.md
index c8621e7b3..a69edad50 100644
--- a/gossip/README.md
+++ b/gossip/README.md
@@ -65,5 +65,5 @@ This will send 10 messages, of 32 random bytes each. Open the file `/tmp/log` to
 
 You can create more complex scenarios with multiple gossip listeners, showing the path by which gossip circulates across peers.
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[application]:https://github.com/apache/incubator-tuweni/tree/main/docs#application
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
\ No newline at end of file
diff --git a/hobbits-relayer/README.md b/hobbits-relayer/README.md
index b5a91fab5..eeffe96a6 100644
--- a/hobbits-relayer/README.md
+++ b/hobbits-relayer/README.md
@@ -46,5 +46,5 @@ Relay messages from a Web Socket port 2222 to a TCP server on 4444:
 hobbits-relayer -b ws://localhost:2222 -t tcp://localhost:4444
 ```
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[example]:https://github.com/apache/incubator-tuweni/tree/main/docs#example
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[example]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#example
\ No newline at end of file
diff --git a/hobbits/README.md b/hobbits/README.md
index b3c0acb7d..597514f03 100644
--- a/hobbits/README.md
+++ b/hobbits/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [prototype] |
 | Component Type | [library]   |
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/io/README.md b/io/README.md
index 98a74b34c..334053c1c 100644
--- a/io/README.md
+++ b/io/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/jsonrpc-app/README.md b/jsonrpc-app/README.md
index 60edbb5eb..ea4af7d59 100644
--- a/jsonrpc-app/README.md
+++ b/jsonrpc-app/README.md
@@ -47,5 +47,5 @@ cacheStoragePath="/var/jsonrpccache" # Cache location
 allowedMethods=[""] # All methods are enabled
 ```
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[application]:https://github.com/apache/incubator-tuweni/tree/main/docs#application
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[application]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#application
\ No newline at end of file
diff --git a/jsonrpc/README.md b/jsonrpc/README.md
index 6cb7886b3..aea887c7f 100644
--- a/jsonrpc/README.md
+++ b/jsonrpc/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/junit/README.md b/junit/README.md
index 44f43d278..6c999e2fe 100644
--- a/junit/README.md
+++ b/junit/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/kademlia/README.md b/kademlia/README.md
index 4f03abad8..78316c244 100644
--- a/kademlia/README.md
+++ b/kademlia/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/kv/README.md b/kv/README.md
index 2b24d97dc..9affda652 100644
--- a/kv/README.md
+++ b/kv/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/les/README.md b/les/README.md
index 6bc7af61c..319e3fb3b 100644
--- a/les/README.md
+++ b/les/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [prototype] |
 | Component Type | [library]   |
 
-[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs#prototype
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[prototype]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#prototype
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/merkle-trie/README.md b/merkle-trie/README.md
index 34d53f48d..4bcafd28d 100644
--- a/merkle-trie/README.md
+++ b/merkle-trie/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/metrics/README.md b/metrics/README.md
index afeea631a..6183e22c1 100644
--- a/metrics/README.md
+++ b/metrics/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/net/README.md b/net/README.md
index d8d60d2e3..483bce397 100644
--- a/net/README.md
+++ b/net/README.md
@@ -106,5 +106,5 @@ options.setSsl(true)
 client = vertx.createHttpClient(options);
 ```
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/peer-repository/README.md b/peer-repository/README.md
index 9f7c42b68..b989ccf84 100644
--- a/peer-repository/README.md
+++ b/peer-repository/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/plumtree-servlet/README.md b/plumtree-servlet/README.md
index b6932c88e..8bb3e6f61 100644
--- a/plumtree-servlet/README.md
+++ b/plumtree-servlet/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [example] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[example]:https://github.com/apache/incubator-tuweni/tree/main/docs#example
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[example]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#example
\ No newline at end of file
diff --git a/plumtree-vertx/README.md b/plumtree-vertx/README.md
index d3dd4b2da..11eb186e1 100644
--- a/plumtree-vertx/README.md
+++ b/plumtree-vertx/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [example] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[example]:https://github.com/apache/incubator-tuweni/tree/main/docs#example
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[example]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#example
\ No newline at end of file
diff --git a/plumtree/README.md b/plumtree/README.md
index e290918c2..506808a59 100644
--- a/plumtree/README.md
+++ b/plumtree/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/pow/README.md b/pow/README.md
index 9e5259727..81dc10c60 100644
--- a/pow/README.md
+++ b/pow/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/rlp/README.md b/rlp/README.md
index 4ec8d1d0b..786caacb0 100644
--- a/rlp/README.md
+++ b/rlp/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/rlpx/README.md b/rlpx/README.md
index c6d871e7b..5ea9b2e97 100644
--- a/rlpx/README.md
+++ b/rlpx/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [stable]  |
 | Component Type | [library] |
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/scuttlebutt-client-lib/README.md b/scuttlebutt-client-lib/README.md
index f6abd4b59..c3aa6454a 100644
--- a/scuttlebutt-client-lib/README.md
+++ b/scuttlebutt-client-lib/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/scuttlebutt-discovery/README.md b/scuttlebutt-discovery/README.md
index 86fb88bd8..bfe3559b9 100644
--- a/scuttlebutt-discovery/README.md
+++ b/scuttlebutt-discovery/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/scuttlebutt-handshake/README.md b/scuttlebutt-handshake/README.md
index b788c5bae..92fda69fd 100644
--- a/scuttlebutt-handshake/README.md
+++ b/scuttlebutt-handshake/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/scuttlebutt-rpc/README.md b/scuttlebutt-rpc/README.md
index 4aabeb3d1..fc490b705 100644
--- a/scuttlebutt-rpc/README.md
+++ b/scuttlebutt-rpc/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/scuttlebutt/README.md b/scuttlebutt/README.md
index fe3288c98..b17f0e8f6 100644
--- a/scuttlebutt/README.md
+++ b/scuttlebutt/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/ssz/README.md b/ssz/README.md
index b3e44994b..f96aa64d4 100644
--- a/ssz/README.md
+++ b/ssz/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/stratum/proxy/README.md b/stratum/proxy/README.md
index 737c281ea..a19d39b28 100644
--- a/stratum/proxy/README.md
+++ b/stratum/proxy/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/stratum/server/README.md b/stratum/server/README.md
index 11783dc5f..1be4c7167 100644
--- a/stratum/server/README.md
+++ b/stratum/server/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [beta]    |
 | Component Type | [library] |
 
-[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs#beta
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[beta]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#beta
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/toml/README.md b/toml/README.md
index 4608276d4..29771be05 100644
--- a/toml/README.md
+++ b/toml/README.md
@@ -38,5 +38,5 @@ result.errors().forEach(error -> System.err.println(error.toString()));
 String value = result.getString("a. dotted . key");
 ```
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/units/README.md b/units/README.md
index db3bdb0f0..f74805cce 100644
--- a/units/README.md
+++ b/units/README.md
@@ -145,5 +145,5 @@ public final class Wei extends BaseUInt256Value<Wei> {
 }
 ```
 
-[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs#stable
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[stable]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#stable
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file
diff --git a/wallet/README.md b/wallet/README.md
index 610a95b7a..1b703f30a 100644
--- a/wallet/README.md
+++ b/wallet/README.md
@@ -17,5 +17,5 @@ specific language governing permissions and limitations under the License.
 | Stability      | [alpha]   |
 | Component Type | [library] |
 
-[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs#alpha
-[library]:https://github.com/apache/incubator-tuweni/tree/main/docs#library
\ No newline at end of file
+[alpha]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#alpha
+[library]:https://github.com/apache/incubator-tuweni/tree/main/docs/index.md#library
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org