Skip to content

Commit 78d9e7c

Browse files
committed
Fixed links to other library names.
1 parent f8ed6e1 commit 78d9e7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JScriptBox releases
22

3-
### Version 1.1.0 - TBD ([javadoc](http://diffplug.github.io/freshmark/javadoc/snapshot/))
3+
### Version 1.1.0 - TBD ([javadoc](http://diffplug.github.io/jscriptbox/javadoc/snapshot/))
44

5-
### Version 1.0.0 - September 17th 2015 ([javadoc](http://diffplug.github.io/jscriptbox/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/jscriptbox/freshmark/1.0.0/view))
5+
### Version 1.0.0 - September 20th 2015 ([javadoc](http://diffplug.github.io/jscriptbox/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/opensource/jscriptbox/1.0.0/view))
66

77
* First stable release.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Contributing to FreshMark
1+
# Contributing to JScriptBox
22

33
Pull requests are welcome, preferably against `master`.
44

5-
Every successful Travis CI build on branch `master` is automatically published to [`https://oss.sonatype.org/content/repositories/snapshots`](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/), and its javadoc are published [here](http://diffplug.github.io/freshmark/javadoc/snapshot/).
5+
Every successful Travis CI build on branch `master` is automatically published to [`https://oss.sonatype.org/content/repositories/snapshots`](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/), and its javadoc are published [here](http://diffplug.github.io/jscriptbox/javadoc/snapshot/).
66

77
## Build instructions
88

@@ -21,7 +21,7 @@ If you're getting style warnings, `gradlew spotlessApply` will apply anything ne
2121

2222
## License
2323

24-
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/diffplug/durian/blob/master/LICENSE
24+
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/diffplug/jscriptbox/blob/master/LICENSE
2525

2626
All files are released with the Apache 2.0 license as such:
2727

0 commit comments

Comments
 (0)