Skip to content

Commit

Permalink
GitHub has a capital G and capital H
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Aug 9, 2016
1 parent 3ddffc6 commit 4494ee9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To use Splash with Scrapy, please refer to the `scrapy-splash library`_.
Support
-------

Open source support is provided here in Github. Please `create a question
Open source support is provided here in GitHub. Please `create a question
issue`_ (ie. issue with "question" label).

Commercial support is also available by `Scrapinghub`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributing
------------

Splash is free & open source.
Development happens at github: https://github.com/scrapinghub/splash
Development happens at GitHub: https://github.com/scrapinghub/splash

Development Setup
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Please refer to `this great answer from kmike on reddit.
Why does Splash use Lua for scripting, not Python or JavaScript?
----------------------------------------------------------------

Check this `github issue <https://github.com/scrapinghub/splash/issues/117>`__
Check this `GitHub Issue <https://github.com/scrapinghub/splash/issues/117>`__
for the motivation.

.. _render-html-doesnt-work:
Expand Down
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ OS X + Docker
2. Create, run & load the configuration for the docker-machine

$ docker-machine create default

$ docker-machine start default

$ eval "$(docker-machine env default)"

2. Pull the image::
Expand All @@ -40,7 +40,7 @@ OS X + Docker

4. Figure out the ip address of the docker-machine::

$ docker-machine ip default
$ docker-machine ip default

192.168.59.103

Expand All @@ -59,7 +59,7 @@ Ubuntu 14.04 (manual way)
1. Install system dependencies (check
`provision.sh <https://github.com/scrapinghub/splash/blob/master/dockerfiles/splash/provision.sh>`)

2. Clone the repo from Github::
2. Clone the repo from GitHub::

$ git clone https://github.com/scrapinghub/splash/

Expand Down

0 comments on commit 4494ee9

Please sign in to comment.