You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/30 14:28:22 UTC

[2/4] git commit: Use bash not console for code-blocks for more colour

Use bash not console for code-blocks for more colour


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/04f744ee
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/04f744ee
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/04f744ee

Branch: refs/heads/docs
Commit: 04f744eeff7ec48123db9cf48a8ec890acf0d9e4
Parents: 060725b
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Fri Nov 30 13:17:52 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Fri Nov 30 13:17:52 2012 +0100

----------------------------------------------------------------------
 share/doc/src/pretty_urls.rst |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/04f744ee/share/doc/src/pretty_urls.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/pretty_urls.rst b/share/doc/src/pretty_urls.rst
index 0171dfe..9f2bdc2 100644
--- a/share/doc/src/pretty_urls.rst
+++ b/share/doc/src/pretty_urls.rst
@@ -40,14 +40,14 @@ To add a virtual host, add a CNAME pointer to the DNS for your domain
 name. For development and testing, it is sufficient to add an entry in
 the hosts file, typically `/etc/hosts`` on Unix-like operating systems:
 
-.. code-block:: console
+.. code-block:: bash
 
     # CouchDB vhost definitions, refer to local.ini for further details
     127.0.0.1       sofa.couchdb
 
 Test that this is working:
 
-.. code-block:: console
+.. code-block:: bash
 
     $ ping sofa.couchdb
     PING sofa.couchdb (127.0.0.1) 56(84) bytes of data.