Skip to content

Commit f43e32b

Browse files
committed
Remove references to old fusesource web site
1 parent a00711c commit f43e32b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

changelog.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
* Released to Maven Central.
289289

290290
## [Jansi 1.2][1_2], released 2010-02-09
291-
[1_2]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.2
291+
[1_2]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.2
292292

293293
* Improved Java Docs.
294294
* Better windows ANSI handling of: erase screen and line and move to col.
@@ -297,18 +297,18 @@
297297
* Reset the attributes when the ANSI output stream is closed on unix.
298298

299299
## [Jansi 1.1][1_1], released 2009-11-23
300-
[1_1]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.1
300+
[1_1]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.1
301301

302302
* AnsiRender can now be used in a static way and made easier to use with the ANSI builder.
303303
* Merged [Jason Dillon's Fork](http://github.com/jdillon/jansi/tree/bb86e0e79bec850167ddfd8c4a86fb9ffef704e5):
304304
* Pluggable ANSI support detection.
305305
* ANSI builder can be configured to not generate ANSI escapes.
306306
* AnsiRender provides an easier way to generate escape sequences.
307-
* [JANSI-5](http://fusesource.com/issues/browse/JANSI-5): Attribute Reset escape should respect original console colors.
308-
* [JANSI-4](http://fusesource.com/issues/browse/JANSI-4): Restore command console after closing wrapped OutputStream on Windows.
309-
* [JANSI-1](http://fusesource.com/issues/browse/JANSI-1): Added extensions for colors and other attributes to Ansi builder.
307+
* [JANSI-5]: Attribute Reset escape should respect original console colors.
308+
* [JANSI-4]: Restore command console after closing wrapped OutputStream on Windows.
309+
* [JANSI-1]: Added extensions for colors and other attributes to Ansi builder.
310310

311311
## [Jansi 1.0][1_0], released 2009-08-25
312-
[1_0]: http://jansi.fusesource.org/repo/release/org/fusesource/jansi/jansi/1.0
312+
[1_0]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.0
313313

314314
* Initial Release.

0 commit comments

Comments
 (0)