Skip to content

Commit

Permalink
Point links to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Mar 27, 2018
1 parent ce55f3f commit 867a04c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to Umpire

This document is intented for developers who want to add new features or
bugfixes to Umpire. It assumes you have some familiarity with git and Bitbucket.
bugfixes to Umpire. It assumes you have some familiarity with git and GitHub.
It will discuss what a good pull request (PR) looks like, and the tests that
your PR must pass before it can be merged into Umpire.

Expand Down Expand Up @@ -56,7 +56,7 @@ Once you are finished, you can push your branch to GitHub, then create a PR.
## Creating a Pull Request

You can create a new PR
[here](https://lc.llnl.gov/bitbucket/projects/UM/repos/umpire/pull-requests?create).
[here](https://github.com/LLNL/Umpire/compare).
Ensure that your PR base is the `develop` branch of Umpire.

Add a descriptive title explaining the bug you fixed or the feature you have
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Umpire v0.1.2

Umpire is a resource management libray that allows the discovery, provision,
Umpire is a resource management library that allows the discovery, provision,
and management of memory on next-generation architectures.

Umpire uses CMake and BLT to handle builds. Since BLT is included as a
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This page provides information on how to quickly get up and running with Umpire.
Installation
------------

Umpire is hosted on Bitbucket `here <https://rzlc.llnl.gov/bitbucket/projects/UM/repos/umpire/browse>`_.
Umpire is hosted on GitHub `here <https://github.com/LLNL/Umpire>`_.
To clone the repo into your local working space, type:

.. code-block:: bash
$ git clone --recursive ssh://git@rz-bitbucket.llnl.gov:7999/um/umpire.git
$ git clone --recursive https://github.com/LLNL/Umpire.git
The ``--recursive`` argument is required to ensure that the *BLT* submodule is
Expand Down

0 comments on commit 867a04c

Please sign in to comment.