Skip to content

Commit 1924a39

Browse files
committed
docs: update GitHub URLs to renamed repo names
1 parent ef9b63d commit 1924a39

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Zero-OS is an autonomous operating system designed to expose raw compute, storag
66

77
This repository hosts V2 of Zero-OS, a complete rewrite of the autonomous node operating system. Zero-OS handles provisioning, networking, and storage automatically through built-in protocols. It does not expose a traditional management interface; instead, it waits for reservations from a trusted source and applies them to reality. This design eliminates the need for interactive administration and reduces the attack surface of deployed nodes.
88

9-
If you want to know about the history and decisions that motivated the creation of V2, you can read [this article](https://github.com/threefoldtech/zosbase/blob/main/docs/internals/history/readme.md).
9+
If you want to know about the history and decisions that motivated the creation of V2, you can read [this article](https://github.com/threefoldtech/zos_base/blob/main/docs/internals/history/readme.md).
1010

1111
## What this repository contains
1212

@@ -47,9 +47,9 @@ This repository is owned and maintained by TF-Tech NV, a Belgian company respons
4747

4848
## Documentation
4949

50-
Start exploring the codebase by first checking the [documentation](https://github.com/threefoldtech/zosbase/tree/main/docs) and [specification documents](/specs).
50+
Start exploring the codebase by first checking the [documentation](https://github.com/threefoldtech/zos_base/tree/main/docs) and [specification documents](/specs).
5151

52-
An [FAQ](https://github.com/threefoldtech/zosbase/blob/main/docs/faq/readme.md) is also available for common questions.
52+
An [FAQ](https://github.com/threefoldtech/zos_base/blob/main/docs/faq/readme.md) is also available for common questions.
5353

5454
## Setting up your development environment
5555

@@ -64,11 +64,11 @@ Zero-OS is deployed on several network environments:
6464
- **QA network**: Internal testing of new features. Can be behind development. [Dashboard](https://dashboard.qa.grid.tf/)
6565
- **dev network**: Ephemeral network for developing and testing new features. Can be created and reset at any time. [Dashboard](https://dashboard.dev.grid.tf/)
6666

67-
Learn more about the different networks by reading the [upgrade documentation](https://github.com/threefoldtech/zosbase/blob/main/docs/internals/identity/upgrade.md#philosophy).
67+
Learn more about the different networks by reading the [upgrade documentation](https://github.com/threefoldtech/zos_base/blob/main/docs/internals/identity/upgrade.md#philosophy).
6868

6969
### Provisioning of workloads
7070

71-
Zero-OS does not expose an interface. Instead, it waits for reservations to happen on a trusted source, and once a reservation is available, the node applies it to reality. You can start reading about [provisioning](https://github.com/threefoldtech/zosbase/tree/main/docs/internals/provision) in this document.
71+
Zero-OS does not expose an interface. Instead, it waits for reservations to happen on a trusted source, and once a reservation is available, the node applies it to reality. You can start reading about [provisioning](https://github.com/threefoldtech/zos_base/tree/main/docs/internals/provision) in this document.
7272

7373
## Community
7474

0 commit comments

Comments
 (0)