From 1a2f99efe897415eb9689c34f2c863fb4758f523 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 19 Jan 2016 14:14:28 -0800 Subject: [PATCH] Correct internal->lib in dev intro --- dev/intro.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/intro.rst b/dev/intro.rst index bc49d2165..f5e1502b8 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -40,7 +40,10 @@ the rest once you file a pull request. Source Code Layout ~~~~~~~~~~~~~~~~~~ -In the source repository you'll find a tree of various packages and directories. There is some Go code at the top level, but it's basically scripts for the build system. The actual code lives in the ``cmd/syncthing`` and ``internal`` directories. The web GUI lives in ``gui``. The rest is as follows. +In the source repository you'll find a tree of various packages and +directories. There is some Go code at the top level, but it's basically scripts +for the build system. The actual code lives in the ``cmd/syncthing`` and +``lib`` directories. The web GUI lives in ``gui``. The rest is as follows. Godeps/ Locally vendored copies of external dependencies.