Skip to content

Commit e9ec98c

Browse files
authored
Merge pull request #5 from abranhe/renaming
Renaming repo and updating links
2 parents de069ba + a65d93c commit e9ec98c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,20 @@
153153
</distributionManagement>
154154

155155
<scm>
156-
<url>http://github.com/abranhe/java-lib/</url>
157-
<connection>scm:git:git://github.com/abranhe/java-lib.git</connection>
158-
<developerConnection>scm:git:ssh://[email protected]/abranhe/java-lib.git</developerConnection>
156+
<url>http://github.com/abranhe/allalgorithms-java/</url>
157+
<connection>scm:git:git://github.com/abranhe/allalgorithms-java.git</connection>
158+
<developerConnection>scm:git:ssh://[email protected]/abranhe/allalgorithms-java.git</developerConnection>
159159
</scm>
160160

161161
<issueManagement>
162162
<system>GitHub Issues</system>
163-
<url>http://github.com/abranhe/java-lib/issues</url>
163+
<url>http://github.com/abranhe/allalgorithms-java/issues</url>
164164
</issueManagement>
165165

166166
<licenses>
167167
<license>
168168
<name>MIT License</name>
169-
<url>https://github.com/abranhe/java-lib/blob/master/license</url>
169+
<url>https://github.com/abranhe/allalgorithms-java/blob/master/license</url>
170170
</license>
171171
</licenses>
172172

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<p align="center">
1414
<a href="https://search.maven.org/#artifactdetails%7Ccom.abranhe%7Callalgorithms"><img src="https://maven-badges.herokuapp.com/maven-central/com.abranhe/allalgorithms/badge.svg"></a>
1515
<a href="https://www.javadoc.io/doc/com.abranhe/allalgorithms"><img src="https://www.javadoc.io/badge/com.abranhe/allalgorithms.svg" alt="Javadocs"></a>
16-
<a href="https://travis-ci.org/allalgorithms/java-lib"><img src="https://img.shields.io/travis/allalgorithms/java-lib.svg?logo=travis" /></a>
17-
<a href="https://github.com/abranhe/python-lib/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/java-lib.svg" /></a>
16+
<a href="https://travis-ci.org/abranhe/allalgorithms-java"><img src="https://img.shields.io/travis/abranhe/allalgorithms-java.svg?logo=travis" /></a>
17+
<a href="https://github.com/abranhe/allalgorithms-java/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/allalgorithms-java.svg" /></a>
1818
<a href="https://github.com/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/badge.svg"/></a>
1919
<a href="https://github.com/abranhe"><img src="https://abranhe.com/badge.svg"></a>
2020
</p>
@@ -34,7 +34,7 @@
3434

3535
Read the detailed documentation at [java.allalgorithms.com](https://java.allalgorithms.com). See the [All ▲lgorithms Tree](#tree).
3636

37-
**Want to contribute?** [GET STARTED HERE](https://github.com/abranhe/java-lib/tree/master/.github/contributing.md)
37+
**Want to contribute?** [GET STARTED HERE](https://github.com/abranhe/allalgorithms-java/tree/master/.github/contributing.md)
3838

3939
## Dependency Information
4040

@@ -89,8 +89,8 @@ public static void main(String[] args) {
8989

9090
# Related
9191

92-
- [javascript-lib](https://github.com/abranhe/javascript-lib): All ▲lgorithms Javascript library
93-
- [python-lib](https://github.com/abranhe/python-lib): All ▲lgorithms Python library
92+
- [allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): The All ▲lgorithms Javascript Library
93+
- [allalgorithms-python](https://github.com/abranhe/allalgorithms-python): The All ▲lgorithms Python Library
9494

9595
# Maintainers
9696

@@ -105,10 +105,10 @@ public static void main(String[] args) {
105105

106106
<!-------------------Markdown Images Links ---------------------------------->
107107
[1]: https://cdn.abranhe.com/projects/algorithms/badge.svg
108-
[2]: https://github.com/abranhe/python-lib
108+
[2]: https://github.com/abranhe/allalgorithms-java
109109
[3]: https://avatars3.githubusercontent.com/u/21347264?s=50
110110
[4]: https://github.com/abranhe
111-
[5]: https://github.com/abranhe/java-lib/blob/master/license
111+
[5]: https://github.com/abranhe/allalgorithms-java/blob/master/license
112112
<!-------------------Markdown Images Links ---------------------------------->
113113

114114
<div align="center">

0 commit comments

Comments
 (0)