Skip to content

Commit 99443d3

Browse files
author
Manuel Benz
committed
fix links
1 parent d9c68ea commit 99443d3

File tree

12 files changed

+22
-902
lines changed

12 files changed

+22
-902
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Currently, Soot follows the [git-flow branching model](http://nvie.com/posts/a-s
55
All our nightly tests and builds operate on develop branch.
66

77
## Pull Request
8-
> Note: If you already have a fork of Soot and need to merge our formatting changes, [this](https://github.com/Sable/soot/wiki/Merging-changes-after-introduction-of-formatting-guidelines) might help.
8+
> Note: If you already have a fork of Soot and need to merge our formatting changes, [this](https://github.com/soot-oss/soot/wiki/Merging-changes-after-introduction-of-formatting-guidelines) might help.
99
1010
To fix a problem in Soot or to contribute to Soot you can fork the Soot project on GitHub. This will generate a personal cloned repository for you to work on. To reincorporate your changes into Soot after they have been completed and tested, just send us a [pull request](https://help.github.com/articles/using-pull-requests). This will allow us to review your changes and merge them into the develop branch.
1111

@@ -14,15 +14,15 @@ To fix a problem in Soot or to contribute to Soot you can fork the Soot project
1414
Pull requests will have to conform to our coding style guidelines which are _as close as possible_* to the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). Our build server will reject pull requests that do not comply with our guidelines.
1515

1616
Tutorials on how to apply automatic formatting and style enhancements can be found here:
17-
* [Eclipse](https://github.com/Sable/soot/wiki/Formatting-for-Eclipse)
18-
* [IntelliJ Idea](https://github.com/Sable/soot/wiki/Formatting-for-IntelliJ)
17+
* [Eclipse](https://github.com/soot-oss/soot/wiki/Formatting-for-Eclipse)
18+
* [IntelliJ Idea](https://github.com/soot-oss/soot/wiki/Formatting-for-IntelliJ)
1919

2020
Compliance with our guidelines is ensured by the Maven Checkstyle plugin. One can run the checks by invoking `mvn checkstyle:check`. Also, the check is bound to the Maven's `verify` phase.
2121
Our build server will reject pull requests with existing violations.
2222

2323
### License header
2424

25-
Newly created classes will have to have a [correct license header](https://github.com/Sable/soot/wiki/License-Header) right after the _package declaration_ of the class. Our build server will reject pull requests with missing license headers. The license check can be run locally by invoking `mvn license:check-file-header` or during the `verify` phase.
25+
Newly created classes will have to have a [correct license header](https://github.com/soot-oss/soot/wiki/License-Header) right after the _package declaration_ of the class. Our build server will reject pull requests with missing license headers. The license check can be run locally by invoking `mvn license:check-file-header` or during the `verify` phase.
2626

2727
**Make sure that `mvn clean verify` terminates successfully before setting up a pull request or committing to the repository directly!**
2828

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Build Status](https://github.com/Sable/soot/workflows/Soot%20CI/badge.svg?branch=master)](https://github.com/Sable/soot/actions)
2-
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Sable/soot)
1+
[![Build Status](https://github.com/soot-oss/soot/workflows/Soot%20CI/badge.svg?branch=master)](https://github.com/soot-oss/soot/actions)
2+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/soot-oss/soot)
33

44
# Using Soot? Let us know about it!
5-
We are regularly applying for funding to help us maintain Soot. You can help us immensely by letting us know about [**projects that use Soot**](https://github.com/Sable/soot/wiki/Users-of-Soot), both commercially or in the form of research tools.
5+
We are regularly applying for funding to help us maintain Soot. You can help us immensely by letting us know about [**projects that use Soot**](https://github.com/soot-oss/soot/wiki/Users-of-Soot), both commercially or in the form of research tools.
66

77
Also many thanks to [![JProfiler](https://www.ej-technologies.com/images/product_banners/jprofiler_small.png)](https://www.ej-technologies.com/products/jprofiler/overview.html) for supporting Soot with a free-to-use open source license!
88

@@ -33,9 +33,9 @@ See http://www.sable.mcgill.ca/soot/ for details.
3333

3434
# How do I get started with Soot?
3535

36-
We have some documentation on Soot in the [wiki](https://github.com/Sable/soot/wiki) and also a large range of [tutorials](http://www.sable.mcgill.ca/soot/tutorial/index.html) on Soot.
36+
We have some documentation on Soot in the [wiki](https://github.com/soot-oss/soot/wiki) and also a large range of [tutorials](http://www.sable.mcgill.ca/soot/tutorial/index.html) on Soot.
3737

38-
For detailed information please also consider the Soot's [JavaDoc and Options](https://github.com/Sable/soot/wiki/Options-and-JavaDoc) Documentations.
38+
For detailed information please also consider the Soot's [JavaDoc and Options](https://github.com/soot-oss/soot/wiki/Options-and-JavaDoc) Documentations.
3939

4040
# Including Soot in your Project
4141

@@ -66,7 +66,7 @@ The `soot-<RELEASE>.jar` file contains only Soot, allowing you to manually pick
6666

6767
# Building Soot yourself
6868

69-
If you cannot work with the prebuild versions and need to build Soot on your own, please consider the [wiki](https://github.com/Sable/soot/wiki/Building-Soot-from-the-Command-Line-(Recommended)) for further steps.
69+
If you cannot work with the prebuild versions and need to build Soot on your own, please consider the [wiki](https://github.com/soot-oss/soot/wiki/Building-Soot-from-the-Command-Line-(Recommended)) for further steps.
7070

7171
# About Soot's source code
7272

@@ -77,7 +77,7 @@ mailing list at: http://www.sable.mcgill.ca/mailman/listinfo/soot-list/
7777

7878
# How do I contribute to Soot?
7979

80-
We are happy to accept arbitrary improvements to Soot in form of GitHub pull requests. Please read our [contribution guidelines](https://github.com/Sable/soot/wiki/Contributing-to-Soot) before setting up a pull request.
80+
We are happy to accept arbitrary improvements to Soot in form of GitHub pull requests. Please read our [contribution guidelines](https://github.com/soot-oss/soot/wiki/Contributing-to-Soot) before setting up a pull request.
8181

8282
# Please help us improve Soot!
8383
You are using Soot and would like to help us support it in the future? Then please support us by filling out [this little web form](https://goo.gl/forms/rk1oSxFIxAH0xaf52).

README.md.orig

-192
This file was deleted.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h4>Downloads:</h4>
138138
<blockquote>
139139
<h4>Repository Access:</h4>
140140
<p>We are using Git on Github for version control.</p>
141-
<a href="https://github.com/Sable/soot">Please check the
141+
<a href="https://github.com/soot-oss/soot">Please check the
142142
instructions on Github to see how to check out Soot.</a><br>
143143
<br>
144144
In order to compile Soot from source, you will also need a
@@ -149,7 +149,7 @@ <h4>Repository Access:</h4>
149149
related seems broken you may need to get the latest Jasmin from the <a
150150
href="https://github.com/Sable/jasmin">Jasmin Github repository</a>.</p>
151151
<p>You can also browse our latest version of the Soot
152-
repository <a href="https://github.com/Sable/soot/commits/master">on
152+
repository <a href="https://github.com/soot-oss/soot/commits/master">on
153153
Github as well</a>.</p>
154154
</blockquote>
155155
<blockquote>

0 commit comments

Comments
 (0)