Skip to content

Commit 5bedbea

Browse files
committed
update readme
1 parent 619ee19 commit 5bedbea

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
0-OS is an autonomous operating system design to expose raw compute, storage and network capacity.
44

5-
This repository host the V2 of 0-OS which is a complete rewrite from scratch. If you want to know about the history and decision that motivated the creation of the V2, you can read [this article](docs/internals/history/readme.md)
5+
This repository host the V2 of 0-OS which is a complete rewrite from scratch. If you want to know about the history and decision that motivated the creation of the V2, you can read [this article](https://github.com/threefoldtech/zosbase/blob/main/docs/internals/history/readme.md)
66

77
0-OS is mainly used to run node on the Threefold Grid.
8-
Head to https://threefold.io and https://wiki.threefold.io to learn more about Threefold and the grid.
8+
Head to <https://threefold.io> and <https://wiki.threefold.io> to learn more about Threefold and the grid.
99

1010
## Documentation
1111

12-
Start exploring the code base by first checking the [documentation](/docs) and [specification documents](/specs).
12+
Start exploring the code base by first checking the [documentation](https://github.com/threefoldtech/zosbase/tree/main/docs) and [specification documents](/specs).
1313

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

1616
## Setting up your development environment
1717

@@ -26,12 +26,12 @@ If you want to contribute read the [contribution guideline](CONTRIBUTING.md) and
2626
- **QA network**: Mostly unstable features that need to be tested internally, allow preview and test of new features. Can be behind development. This network can be reset sometimes, but should be relatively stable. You can find the [dashboard here](https://dashboard.qa.grid.tf/)
2727
- **dev network**: ephemeral network only setup to develop and test new features. Can be created and reset at anytime. You can find the [dashboard here](https://dashboard.dev.grid.tf/)
2828

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

3131
### Provisioning of workloads
3232

3333
ZOS does not expose an interface, instead of wait for reservation to happen on a trusted
34-
source, and once this reservation is available, the node will actually apply it to reality. You can start reading about [provisioning](./docs/provision) in this document.
34+
source, and once this reservation is available, the node will actually apply it to reality. You can start reading about [provisioning](https://github.com/threefoldtech/zosbase/tree/main/docs/internals/provision) in this document.
3535

3636
## Owners
3737

@@ -40,5 +40,6 @@ source, and once this reservation is available, the node will actually apply it
4040
## Community
4141

4242
If you have some questions or just want to hang out, you can find us on:
43-
- telegram: https://t.me/zero_os_tech
43+
44+
- telegram: <https://t.me/zero_os_tech>
4445
- Matrix: #zero-os:matrix.org

0 commit comments

Comments
 (0)