From fb1a9a50aa072ecb652b61a9293493d7f08d1d03 Mon Sep 17 00:00:00 2001 From: operagxoksana Date: Sun, 25 Jan 2026 16:43:26 +0200 Subject: [PATCH 1/2] docs: fix broken links Signed-off-by: operagxoksana --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 795f3560fa..e9ce9d3c81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Akash - Decentralized Serverless Network -![tests](https://github.com/akash-network/node/workflows/tests/badge.svg) +[![tests](https://github.com/akash-network/node/workflows/tests/badge.svg)](https://github.com/akash-network/node/actions/workflows/tests.yaml) [![codecov](https://codecov.io/github/akash-network/node/coverage.svg?branch=main)](https://codecov.io/github/akash-network/node?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/akash-network/node)](https://goreportcard.com/report/github.com/akash-network/node) @@ -105,6 +105,6 @@ once binary compiled it exempts system-wide installed akash within akash repo We use thin integration testing environments to simplify the development and testing process. We currently have three environments: -* [Single node](_run/lite): simple (no workloads) single node running locally. -* [Single node with workloads](_run/single): single node and provider running locally, running workloads within a virtual machine. -* [full k8s](_run/kube): same as above but with node and provider running inside Kubernetes. +* Single node: simple (no workloads) single node running locally. +* Single node with workloads: single node and provider running locally, running workloads within a virtual machine. +* full k8s: same as above but with node and provider running inside Kubernetes. From 1ddab810764dc62ce4bea38635c47c2788e6adcc Mon Sep 17 00:00:00 2001 From: operagxoksana Date: Sun, 25 Jan 2026 16:50:18 +0200 Subject: [PATCH 2/2] docs: fix broken links Signed-off-by: operagxoksana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ce9d3c81..f97b610795 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Akash - Decentralized Serverless Network -[![tests](https://github.com/akash-network/node/workflows/tests/badge.svg)](https://github.com/akash-network/node/actions/workflows/tests.yaml) +[![tests](https://github.com/akash-network/node/actions/workflows/tests.yaml/badge.svg)](https://github.com/akash-network/node/actions/workflows/tests.yaml) [![codecov](https://codecov.io/github/akash-network/node/coverage.svg?branch=main)](https://codecov.io/github/akash-network/node?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/akash-network/node)](https://goreportcard.com/report/github.com/akash-network/node)