Commit 7e709cd045cc87bd3a621a9d83931e74d526533d:
cross-link
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
DEVELOPMENT.md | +++++++++++++++
README.md | +++ ---------
------------------------------------------------------------
27 changes: 18 additions, 9 deletions.
------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 890f659..8491194 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -53,3 +53,18 @@ Current status:
instead of at the application level making use of Rack middleware such as:
https://github.com/apache/whimsy/blob/master/lib/whimsy/asf/rack.rb#L57
+
+
+Further Reading
+===============
+
+The [board agenda](https://github.com/rubys/whimsy-agenda#readme) application
+is an eample of a complete tool that makes extensive use of the library
+factoring, has a suite of test cases, and client componentization (using
+ReactJS), and provides instructions for setting up both a Docker component and
+a Vagrant VM.
+
+If you would like to understand how the view code works, you can get started
+by looking at a few of the
+[Wunderbar demos](https://github.com/rubys/wunderbar/tree/master/demo)
+and [README](https://github.com/rubys/wunderbar/blob/master/README.md).
diff --git a/README.md b/README.md
index 2b48bb1..395b910 100644
--- a/README.md
+++ b/README.md
@@ -125,12 +125,6 @@ Skip this section if you are running a Docker container or
a Vagrant VM.
Further Reading
===============
-An [example](https://github.com/rubys/whimsy-agenda#readme) of a complete tool
-that makes full use of the library factoring, has a suite of test cases, and
-client componentization (using ReactJS), and provides instructions for setting
-up both a Docker component and a Vagrant VM:
-
-If you would like to understand how the view code works, you can get started
-by looking at a few of the
-[Wunderbar demos](https://github.com/rubys/wunderbar/tree/master/demo)
-and [README](https://github.com/rubys/wunderbar/blob/master/README.md).
+ * [Development](./DEVELOPMENT.md)
+ * [Deployment](./DEPLOYMENT.md)
+ * [Monitoring](./MONITORING.md)