You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ Soot is a Java optimization framework. It provides four intermediate representat
29
29
* Shimple: an SSA variation of Jimple.
30
30
* Grimp: an aggregated version of Jimple suitable for decompilation and code inspection.
31
31
32
-
See http://www.sable.mcgill.ca/soot/ for details.
32
+
See https://soot-oss.github.io/soot for details.
33
33
34
34
# How do I get started with Soot?
35
35
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.
37
37
38
38
For detailed information please also consider the Soot's [JavaDoc and Options](https://github.com/soot-oss/soot/wiki/Options-and-JavaDoc) Documentations.
39
39
@@ -46,19 +46,19 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
46
46
```.xml
47
47
<dependencies>
48
48
<dependency>
49
-
<groupId>ca.mcgill.sable</groupId>
49
+
<groupId>org.soot-oss</groupId>
50
50
<artifactId>soot</artifactId>
51
51
<version>4.1.0</version>
52
52
</dependency>
53
53
</dependencies>
54
54
```
55
55
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/).
57
57
58
58
# How do I obtain Soot without Maven?
59
59
**We recommend using Soot with Maven**
60
60
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/).
62
62
63
63
The `soot-<RELEASE>-jar-with-dependencies.jar` file is an all-in-one file that also contains all the required libraries.
64
64
@@ -77,7 +77,7 @@ mailing list at: http://www.sable.mcgill.ca/mailman/listinfo/soot-list/
77
77
78
78
# How do I contribute to Soot?
79
79
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.
81
81
82
82
# Please help us improve Soot!
83
83
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