mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:17:01 +02:00
Corrections.
This commit is contained in:
parent
9dce990e8f
commit
f4bcc82dd6
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# THIS IS AN OUTDATED DOCUMENT.
|
||||||
|
|
||||||
High Fidelity (hifi) is an early-stage technology lab experimenting with Virtual Worlds and VR.
|
High Fidelity (hifi) is an early-stage technology lab experimenting with Virtual Worlds and VR.
|
||||||
|
|
||||||
This repository contains the source to many of the components in our
|
This repository contains the source to many of the components in our
|
||||||
|
@ -15,7 +17,7 @@ Come chat with us in [our Gitter](https://gitter.im/highfidelity/hifi) if you ha
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
=========
|
=========
|
||||||
Documentation is available at [docs.vircadia.dev](https://docs.vircadia.dev), if something is missing, please suggest it via a new job on Worklist (add to the hifi-docs project).
|
Documentation is available at [docs.highfidelity.com](https://docs.highfidelity.com/), if something is missing, please suggest it via a new job on Worklist (add to the hifi-docs project).
|
||||||
|
|
||||||
There is also detailed [documentation on our coding standards](CODING_STANDARD.md).
|
There is also detailed [documentation on our coding standards](CODING_STANDARD.md).
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@ Rectangle {
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2020 Vircadia Contributors."
|
text: "© 2020 Vircadia."
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
Loading…
Reference in a new issue