summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-03-01 17:58:00 -0500
committerTom Black <[email protected]>2017-03-01 17:58:00 -0500
commit83b2558522e61545d013bb07bcd6b7d364444855 (patch)
treeac5c26b6d63296067e2aa10c9b1a48fe76d7bcac /README.md
parenta37c4880ceb1e9a6f7f847a01af29fa60836cc3b (diff)
downloadruby2d-83b2558522e61545d013bb07bcd6b7d364444855.tar.gz
ruby2d-83b2558522e61545d013bb07bcd6b7d364444855.zip
Fix links in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4b22b0..949e8a2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ git clone --recursive https://github.com/ruby2d/ruby2d.git
Along with cloning this repo, the command above will grab the contents of the [`test_media`](https://github.com/simple2d/test_media) repo and place it in the `test/media` directory, and [assets](https://github.com/ruby2d/assets) used by the gem. Simply run `git submodule update --remote` anytime to get the latest changes from `test_media` (i.e. when there's a new commit available). If you've already cloned this repo without the `--recursive` flag, make sure to run `git submodule init` before updating the submodule.
-Next, install [Bundler](http://bundler.io) and run `bundle install` to get the required development gems. Install the native graphics library [Simple 2D]((https://github.com/simple2d/simple2d)) by following the instructions in its README. Finally, run `rake` to build and install the gem locally.
+Next, install [Bundler](http://bundler.io) and run `bundle install` to get the required development gems. Install the native graphics library [Simple 2D](https://github.com/simple2d/simple2d) by following the instructions in its README. Finally, run `rake` to build and install the gem locally.
## Tests
@@ -26,4 +26,4 @@ Ruby 2D uses a combination of automated tests via [RSpec](http://rspec.info) and
2. Run tests on all supported platforms
3. Update the version number in [`version.rb`](lib/ruby2d/version.rb), commit changes
4. Create a [new release](https://github.com/ruby2d/ruby2d/releases) in GitHub, with tag in the form `v#.#.#`
-5. Push to [rubygems.org](rubygems.org) with `gem push ruby2d-#.#.#.gem`
+5. Push to [rubygems.org](https://rubygems.org) with `gem push ruby2d-#.#.#.gem`