From d6a32c8eb6b80ca6a174964d43ad26b1a0d7606f Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Mon, 1 Jan 2018 10:13:18 -0800 Subject: [PATCH] Update /docs/README.md to direct people to the new locations of the documentation --- docs/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index c555306b5..c45e117e4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,20 +2,20 @@ ![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 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. +Most of the Atom user and developer documentation is contained in the [Atom Flight Manual](https://github.com/atom/flight-manual.atom.io). ## Build documentation 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) +* Moved to [the Flight Manual](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/) + * Linux + * macOS + * Windows -## Other documentation here +## Other documentation -* [apm REST API](./apm-rest-api.md) -* [Tips for contributing to packages](./contributing-to-packages.md) +[Native Profiling on macOS](./native-profiling.md) + +The other documentation that was listed here previously has been moved to [the Flight Manual](https://flight-manual.atom.io).