Skip to content

Commit

Permalink
Fix URLs and use https wherever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Feb 7, 2017
1 parent 5c34fa4 commit 1b9451f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,7 +16,7 @@

# AnsiLove/C [![Build Status][1]][2]

This is a complete rewrite of [AnsiLove/PHP](http://www.ansilove.org) in the C programming language. It converts ANSi and artscene related file formats into PNG images. The project is considered as stable, current version is `3.0.4`.
This is a complete rewrite of [AnsiLove/PHP](https://www.ansilove.org) in the C programming language. It converts ANSi and artscene related file formats into PNG images. The project is considered as stable, current version is `3.0.4`.

# Specs

Expand Down Expand Up @@ -62,7 +62,7 @@ AnsiLove/C packages are available for:

# Cocoa

If you're looking for something to implement into your Cocoa applications, we highly recommend taking a look at [AnsiLove.framework](https://github.com/ByteProject/AnsiLove.framework).
If you're looking for something to implement into your Cocoa applications, we highly recommend taking a look at [AnsiLove.framework](https://github.com/ansilove/AnsiLove.framework).

# Features

Expand All @@ -74,7 +74,7 @@ Rendering of all known ANSi / ASCII art file types:
- iCE Draw (.IDF)
- Xbin (.XB) [details](http://www.acid.org/info/xbin/xbin.htm)
- PCBoard (.PCB)
- Tundra (.TND) [details](http://sourceforge.net/projects/tundradraw)
- Tundra (.TND) [details](https://sourceforge.net/projects/tundradraw/)
- ASCII (.ASC)
- Release info (.NFO)
- Description in zipfile (.DIZ)
Expand Down Expand Up @@ -204,5 +204,5 @@ AnsiLove/C is released under the BSD 2-Clause License. See the file `LICENSE` fo

GitHub: https://github.com/ansilove/ansilove

[1]: https://travis-ci.org/ansilove/ansilove.png?branch=master
[1]: https://api.travis-ci.org/ansilove/ansilove.png?branch=master
[2]: https://travis-ci.org/ansilove/ansilove
2 changes: 1 addition & 1 deletion THANKS
Expand Up @@ -11,7 +11,7 @@ Thanks to the following people for helping the Ansilove project <3

Fonts:

- dMG of Ascii Arena for his Amiga Fonts (http://www.trueschool.se)
- dMG of Ascii Arena for his Amiga Fonts (https://www.trueschool.se)
- Kosta Kostis (http://www.kostis.net) for his fantastic CPI tools
- Dimitar Zhekov for the Terminus font (http://terminus-font.sourceforge.net)

Expand Down

0 comments on commit 1b9451f

Please sign in to comment.