Skip to content

Commit 084e9a8

Browse files
authored
Merge pull request #120 from freebasic/readme-links
Update readme.txt - Modernise links where possible (switch to HTTPS, remove 'www.', short fbwiki links
2 parents 496b4fb + 05392be commit 084e9a8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

readme.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
FreeBASIC - A multi-platform BASIC Compiler
33
Copyright (C) 2004-2019 The FreeBASIC development team.
44

5-
Official site: http://www.freebasic.net/
6-
Forum: http://www.freebasic.net/forum/
7-
Online manual: http://www.freebasic.net/wiki/DocToc
8-
fbc project page: http://www.sourceforge.net/projects/fbc/
5+
Official site: https://freebasic.net/
6+
Forum: https://freebasic.net/forum/
7+
Online manual: https://freebasic.net/wiki/DocToc
8+
fbc project page: https://sourceforge.net/projects/fbc/
99
GitHub mirror: https://github.com/freebasic/fbc
1010
IRC channel: ##freebasic at chat.freenode.net
11-
Features: http://www.freebasic.net/wiki/CompilerFeatures
12-
Requirements: http://www.freebasic.net/wiki/CompilerRequirements
11+
Features: https://freebasic.net/wiki/CompilerFeatures
12+
Requirements: https://freebasic.net/wiki/CompilerRequirements
1313

1414
FreeBASIC consists of fbc (the command line compiler), the runtime libraries
1515
(libfb and libfbgfx), and FreeBASIC header files for third-party libraries.
@@ -48,7 +48,7 @@
4848

4949
Optionally, you can install a text editor or IDE which will invoke fbc.exe
5050
for you, for example:
51-
FBIDE: http://fbide.freebasic.net/
51+
FBIDE: https://fbide.freebasic.net/
5252
FBEdit: http://radasm.cherrytree.at/fbedit/
5353

5454
Linux (if FreeBASIC is not available through your package manager):
@@ -80,7 +80,7 @@
8080

8181
Optionally, you can install a text editor or IDE which will invoke fbc for
8282
your, for example:
83-
Geany: www.geany.org (sudo apt-get install geany)
83+
Geany: https://geany.org (sudo apt-get install geany)
8484

8585
DOS:
8686
Download and extract the latest FreeBASIC-x.xx.x-dos.zip.
@@ -128,14 +128,14 @@
128128
o Included/used third-party tools and libraries:
129129

130130
- DJGPP http://www.delorie.com/
131-
- GCC http://gcc.gnu.org/
132-
- GNU binutils http://www.gnu.org/software/binutils/
133-
- GNU debugger http://www.gnu.org/software/gdb/
134-
- GoRC http://www.godevtool.com/
135-
- LibFFI http://sourceware.org/libffi/
131+
- GCC https://gcc.gnu.org/
132+
- GNU binutils https://gnu.org/software/binutils/
133+
- GNU debugger https://gnu.org/software/gdb/
134+
- GoRC http://godevtool.com/
135+
- LibFFI https://sourceware.org/libffi/
136136
- MinGW http://www.mingw.org/
137-
- MinGW-w64 http://mingw-w64.sourceforge.net/
138-
- OpenXDK http://openxdk.maturion.de/
137+
- MinGW-w64 https://mingw-w64.org/
138+
- OpenXDK http://openxdk.sourceforge.net/
139139
- TDM-GCC http://tdm-gcc.tdragon.net/
140140

141141
o Credits
@@ -254,6 +254,6 @@
254254
Author of the first FreeBASIC IDE: FBIDE.
255255
- Everybody that helped writing the documentation (and in special Nexinarus
256256
who started it)
257-
http://www.freebasic.net/wiki/wikka.php?wakka=ContributorList
257+
https://freebasic.net/wiki/ContributorList
258258
- All users that reported bugs, requested features and as such helped
259259
improving the compiler, language and run-time libraries.

0 commit comments

Comments
 (0)