updated readme file regarding offline dev server
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 22:40:00 +0000 (17:40 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 22:40:00 +0000 (17:40 -0500)
2019/README.md

index a6825d88bce753a76a95fe0f20d8eeb4122064d6..11b6645f432432ed2bb6c50c8110bfa9a349776a 100644 (file)
@@ -4,7 +4,7 @@ Heads up: to edit the Web site, you'll need a basic-to-intermediate understandin
 
 # SECTION 1: DEVELOPMENT WORKFLOW
 
-The actual LIVE site, visible at libreplanet.org/YEAR, is served from the "stable" branch of the git repository using a git hook. There is also a development branch called "master" which we use to preview edits on the Web. The master branch is served to the Web at http://wiki-dev0.libreplanet.org/YEAR and publicly visible, but not linked to.
+The actual LIVE site, visible at libreplanet.org/YEAR, is served from the "stable" branch of the git repository using a git hook. There is also a development branch called "master" which we use to preview edits on the Web. The master branch **used to** be served to the Web at http://wiki-dev0.libreplanet.org/YEAR and publicly visible, but not linked to.
 
 Full workflow to make, test and deploy an edit.
 -----------------