Skip to content

Commit

Permalink
Update documentation and links to ProAlgos (#332)
Browse files Browse the repository at this point in the history
In service of migration from Faheel/Algos to ProAlgos as an organization, updated documentation and links. Also fixed several broken links which hadn't been changed during previous refactorings.
  • Loading branch information
alxmjo authored May 15, 2020
1 parent a560c34 commit 9428742
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/ProAlgos-Cpp.git
# Navigate to the newly cloned directory
cd Algos
cd ProAlgos-Cpp
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/ProAlgos/ProAlgos-Cpp.git
```
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@



[contrib-guidelines]: https://github.com/faheel/Algos/blob/master/CONTRIBUTING.md
[unit-tests]: https://github.com/faheel/Algos/blob/master/C%2B%2B/UNIT_TESTS.md
[contents]: https://github.com/faheel/Algos/tree/master/C%2B%2B#contents
[contrib-guidelines]: https://github.com/ProAlgos/ProAlgos-Cpp/blob/master/.github/CONTRIBUTING.md
[unit-tests]: https://github.com/ProAlgos/ProAlgos-Cpp/blob/master/C++/CONTRIBUTING.md#unit-tests
[contents]: https://github.com/ProAlgos/ProAlgos-Cpp/tree/master/C%2B%2B#contents
2 changes: 1 addition & 1 deletion C++/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

project(Algos)
project(ProAlgos-Cpp)

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
Expand Down
2 changes: 1 addition & 1 deletion C++/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ only a specific test and see its results, run it manually from the `bin` directo
[contrib-guide]: .github/CONTRIBUTING.md
[catch]: https://github.com/catchorg/Catch2
[catch-tutorial]: https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md#writing-tests
[unit-tests]: https://github.com/faheel/Algos/tree/master/C%2B%2B/test
[unit-tests]: https://github.com/ProAlgos/ProAlgos-Cpp/tree/master/C%2B%2B/test
4 changes: 2 additions & 2 deletions C++/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ If you want to contribute an algorithm or data structure in C++, please have a l
Following the guidelines laid out in these documents will ensure that your code conforms to the standards and style
of the project.

[travis-shield]: https://img.shields.io/travis/faheel/Algos.svg?style=for-the-badge
[travis-link]: https://travis-ci.org/faheel/Algos
[travis-shield]: https://img.shields.io/travis/ProAlgos/ProAlgos-Cpp.svg?style=for-the-badge
[travis-link]: https://travis-ci.org/ProAlgos/ProAlgos-Cpp
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ guidelines][contrib-guide], so be sure to check them out.

#### Just want to suggest a new algorithm or report a bug?

[Create a new issue](https://github.com/faheel/Algos/issues/new) and we'll
[Create a new issue](https://github.com/ProAlgos/ProAlgos-Cpp/issues/new) and we'll
handle it from there. :smile:

## Maintainers
Expand All @@ -41,4 +41,4 @@ This project is licensed under the terms of the [MIT license](LICENSE.md).
[travis-shield]: https://img.shields.io/travis/ProAlgos/ProAlgos-Cpp.svg?style=for-the-badge
[travis-link]: https://travis-ci.org/ProAlgos/ProAlgos-Cpp
[contrib-guide]: .github/CONTRIBUTING.md
[up-for-grabs]: https://github.com/faheel/Algos/labels/Up%20for%20grabs
[up-for-grabs]: https://github.com/ProAlgos/ProAlgos-Cpp/labels/Up%20for%20grabs

0 comments on commit 9428742

Please sign in to comment.