docs: fix ostree and CONTRIBUTING.md links

- Update links to OSTree documentation.
- Fix CONTRIBUTING.md by making symlink in top dir.

Closes: #387
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-07-12 10:21:40 -04:00 committed by Atomic Bot
parent 4abb3ebff7
commit 7cebf962c1
3 changed files with 4 additions and 3 deletions

1
CONTRIBUTING.md Symbolic link
View File

@ -0,0 +1 @@
docs/CONTRIBUTING.md

View File

@ -5,7 +5,7 @@ New! See the docs online at [Read The Docs (rpm-ostree)](https://rpm-ostree.read
-----
rpm-ostree is a hybrid image/package system. It uses
[OSTree](https://wiki.gnome.org/Projects/OSTree) as an image format,
[OSTree](https://ostree.readthedocs.io/en/latest/) as an image format,
and uses RPM as a component model.
The project aims to bring together a hybrid of image-like upgrade
@ -39,5 +39,5 @@ See [Hacking](HACKING.md).
Contributing
------------
See [Contributing](docs/CONTRIBUTING.md).
See [Contributing](CONTRIBUTING.md).

View File

@ -13,5 +13,5 @@ Use `make check` for now.
Coding style
------------
See the [OSTree CONTRIBUTING](https://git.gnome.org/browse/ostree/tree/docs/CONTRIBUTING.md)
See the [OSTree CONTRIBUTING](https://ostree.readthedocs.io/en/latest/CONTRIBUTING/)
coding style.