Skip to content

Commit 5252d24

Browse files
author
Manuel Benz
committed
fixing further references
1 parent 99443d3 commit 5252d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Soot is a Java optimization framework. It provides four intermediate representat
2929
* Shimple: an SSA variation of Jimple.
3030
* Grimp: an aggregated version of Jimple suitable for decompilation and code inspection.
3131

32-
See http://www.sable.mcgill.ca/soot/ for details.
32+
See https://soot-oss.github.io/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/soot-oss/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](https://github.com/soot-oss/soot/wiki/Tutorials) on Soot.
3737

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

@@ -46,19 +46,19 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
4646
```.xml
4747
<dependencies>
4848
<dependency>
49-
<groupId>ca.mcgill.sable</groupId>
49+
<groupId>org.soot-oss</groupId>
5050
<artifactId>soot</artifactId>
5151
<version>4.1.0</version>
5252
</dependency>
5353
</dependencies>
5454
```
5555

56-
You can also obtain older builds of the `master` branch. A complete listing of builds can be found on [Maven Central](https://repo.maven.apache.org/maven2/ca/mcgill/sable/soot/).
56+
You can also obtain older builds of the `master` branch. A complete listing of builds can be found on [Maven Central](https://repo.maven.apache.org/maven2/org/soot-oss/soot/).
5757

5858
# How do I obtain Soot without Maven?
5959
**We recommend using Soot with Maven**
6060

61-
You can obtain the latest release build of Soot [directly](https://repo1.maven.org/maven2/ca/mcgill/sable/soot/).
61+
You can obtain the latest release build of Soot [directly](https://repo1.maven.org/maven2/org/soot-oss/soot/).
6262

6363
The `soot-<RELEASE>-jar-with-dependencies.jar` file is an all-in-one file that also contains all the required libraries.
6464

@@ -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/soot-oss/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/blob/master/CONTRIBUTING.md) 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).

0 commit comments

Comments
 (0)