From e0826b44958629ba5ff8a951db0e6c52312f496b Mon Sep 17 00:00:00 2001 From: Long Nhat Nguyen Date: Mon, 12 Sep 2016 20:06:44 +0700 Subject: [PATCH 1/5] Fix Page not found --- docs/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4953f1da8..d1d563abe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ ![Atom](https://cloud.githubusercontent.com/assets/72919/2874231/3af1db48-d3dd-11e3-98dc-6066f8bc766f.png) -Most of the Atom user and developer documentation is contained in the [Atom Docs](https://github.com/atom/docs) repository. +Most of the Atom user and developer documentation is contained in the [Atom Docs](https://github.com/atom/flight-manual.atom.io) repository. In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the docs repository as well. @@ -10,12 +10,12 @@ In this directory you can only find very specific build and API level documentat Instructions for building Atom on various platforms from source. -* [macOS](build-instructions/macos.md) -* [Windows](build-instructions/windows.md) -* [Linux](build-instructions/linux.md) -* [FreeBSD](build-instructions/freebsd.md) +* [macOS](./build-instructions/macos.md) +* [Windows](./build-instructions/windows.md) +* [Linux](./build-instructions/linux.md) +* [FreeBSD](./build-instructions/freebsd.md) ## Other documentation here -* [apm REST API](apm-rest-api.md) -* [Tips for contributing to packages](contributing-to-packages.md) +* [apm REST API](./apm-rest-api.md) +* [Tips for contributing to packages](./contributing-to-packages.md) From ea96ef49e15de4f0aa2e7a662587dc7bdd3dc0cd Mon Sep 17 00:00:00 2001 From: Long Nhat Nguyen Date: Mon, 12 Sep 2016 21:27:33 +0700 Subject: [PATCH 2/5] Atom Docs -> Atom Flight Manual --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d1d563abe..cb042ef27 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ ![Atom](https://cloud.githubusercontent.com/assets/72919/2874231/3af1db48-d3dd-11e3-98dc-6066f8bc766f.png) -Most of the Atom user and developer documentation is contained in the [Atom Docs](https://github.com/atom/flight-manual.atom.io) repository. +Most of the Atom user and developer documentation is contained in the [Atom Flight Manual](https://github.com/atom/flight-manual.atom.io) repository. In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the docs repository as well. From 2d54f87d339917ac992de2314c9e9d63cf6ffa46 Mon Sep 17 00:00:00 2001 From: Long Nhat Nguyen Date: Mon, 12 Sep 2016 21:34:19 +0700 Subject: [PATCH 3/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a41ddeb64..4e40b6ead 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ repeat these steps to upgrade to future releases. ## Building -* [Linux](docs/build-instructions/linux.md) -* [macOS](docs/build-instructions/macos.md) -* [FreeBSD](docs/build-instructions/freebsd.md) -* [Windows](docs/build-instructions/windows.md) +* [Linux](./docs/build-instructions/linux.md) +* [macOS](./docs/build-instructions/macos.md) +* [FreeBSD](./docs/build-instructions/freebsd.md) +* [Windows](./docs/build-instructions/windows.md) From 2b743cbabc4ba9fea463418c80f01be4e29b1c9c Mon Sep 17 00:00:00 2001 From: Long Nhat Nguyen Date: Mon, 12 Sep 2016 23:38:27 +0700 Subject: [PATCH 4/5] docs -> Flight Manual --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index cb042ef27..36c494919 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ Most of the Atom user and developer documentation is contained in the [Atom Flight Manual](https://github.com/atom/flight-manual.atom.io) repository. -In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the docs repository as well. +In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the **Flight Manual** as well. ## Build documentation From aa31b1ed2980e06e0706d0f58d077904f856f3da Mon Sep 17 00:00:00 2001 From: Long Nhat Nguyen Date: Tue, 13 Sep 2016 00:00:30 +0700 Subject: [PATCH 5/5] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 36c494919..e9b6ff120 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ Most of the Atom user and developer documentation is contained in the [Atom Flight Manual](https://github.com/atom/flight-manual.atom.io) repository. -In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the **Flight Manual** as well. +In this directory you can only find very specific build and API level documentation. Some of this may eventually move to the Flight Manual as well. ## Build documentation