From 7cebf962c1ecb744c2c46b5b02ee3408003205ee Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 12 Jul 2016 10:21:40 -0400 Subject: [PATCH] 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 --- CONTRIBUTING.md | 1 + README.md | 4 ++-- docs/CONTRIBUTING.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 120000 index 00000000..49d1b98f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +docs/CONTRIBUTING.md \ No newline at end of file diff --git a/README.md b/README.md index c301a614..7ee19392 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f55af955..fcf34bc8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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.