summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3cd764b2f..76d23b4f4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,8 +13,8 @@ Here is one of the simplest :app:`Pyramid` applications you can make:
.. literalinclude:: narr/helloworld.py
After you install :app:`Pyramid` and run this application, when you visit
-`<http://localhost:8080/hello/world>`_ in a browser, you will see the text
-``Hello, world!`` See :ref:`firstapp_chapter` for a full explanation of how
+`<http://localhost:6543/>`_ in a browser, you will see the text
+``Hello World!`` See :ref:`firstapp_chapter` for a full explanation of how
this application works.
@@ -85,11 +85,11 @@ the trunk via ``git``, use either command:
.. code-block:: text
- # If you have SSH keys configured on GitHub:
- git clone git@github.com:Pylons/pyramid.git
-
- # Otherwise, HTTPS will work, using your GitHub login:
- git clone https://github.com/Pylons/pyramid.git
+ # If you have SSH keys configured on GitHub:
+ git clone git@github.com:Pylons/pyramid.git
+
+ # Otherwise, HTTPS will work, using your GitHub login:
+ git clone https://github.com/Pylons/pyramid.git
To find out how to become a contributor to :app:`Pyramid`, please see `How to Contribute Source Code and Documentation <https://pylonsproject.org/community-how-to-contribute.html>`_.