You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
0-OS is an autonomous operating system design to expose raw compute, storage and network capacity.
4
4
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)
6
6
7
7
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.
9
9
10
10
## Documentation
11
11
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).
13
13
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.
15
15
16
16
## Setting up your development environment
17
17
@@ -26,12 +26,12 @@ If you want to contribute read the [contribution guideline](CONTRIBUTING.md) and
26
26
-**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/)
27
27
-**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/)
28
28
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)
30
30
31
31
### Provisioning of workloads
32
32
33
33
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.
35
35
36
36
## Owners
37
37
@@ -40,5 +40,6 @@ source, and once this reservation is available, the node will actually apply it
40
40
## Community
41
41
42
42
If you have some questions or just want to hang out, you can find us on:
0 commit comments