You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/29 01:43:12 UTC

[whimsy.git] [1/1] Commit ec601e1: Use an internal link

Commit ec601e17b73579437b1e203872ec33d8087a6c06:
    Use an internal link


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
DEVELOPMENT.md                                               | ++ -------
------------------------------------------------------------
9 changes: 2 additions, 7 deletions.
------------------------------------------------------------


diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index c13f77d..41097b1 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -31,11 +31,8 @@ This directory has two main subdirectories...
    may also produce a set (subtree) of web pages.  CGI scripts can be
    identified by their `.cgi` file extension.
 
-Rack applications
-=================
-
    Some of the directories (like the roster tool) contain
-   [rack](http://rack.github.io/) applications.  These can be run
+   <a name="rackapp">[rack](http://rack.github.io/) applications</a>.  These can be run
    independently, or under the Apache web server through
    the use of [Phusion Passenger](https://www.phusionpassenger.com/).
    Directories containing Rack applications can be identified by the presence
@@ -140,7 +137,7 @@ command `bundle install`.
    `~/.whimsy` file and/or run using
    [suexec](http://httpd.apache.org/docs/current/suexec.html).
 
-2. Rack applications (*) can be run as a standalone web server.  If a `Rakefile`
+2. [Rack applications](#rackapp) can be run as a standalone web server.  If a `Rakefile`
    is provided, the convention is that `rake server` will start the server,
    typically with listeners that will automatically restart the application
    if any source file changes.  If a `Rakefile` isn't present, the `rackup`
@@ -152,8 +149,6 @@ command `bundle install`.
    password.  Should your ASF availid differ from your local user id,
    set the `USER` environment variable prior to executing this command.
 
-   (*) see above
-
 Advanced configuration
 ======================