Skip to content

Commit 2cee0aa

Browse files
committed
fixed broken links
1 parent a88a4ed commit 2cee0aa

File tree

151 files changed

+201
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+201
-207
lines changed

docs/applications/containers/docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ When building an image, Docker follows the instruction set in a file named `Dock
105105
106106
Running a program like `echo` in a Docker container is pretty simple. However, for programs that act as servers, such as [Nginx](http://nginx.com/), you will need to ensure that the program is configured not to self-daemonize.
107107
108-
This is an [example Dockerfile](https://index.docker.io/u/bsdlp/docker-nginx/) for Nginx:
108+
This is an example Dockerfile for Nginx:
109109
110110
FROM ubuntu:12.04
111111
MAINTAINER Jon Chen "fly@burrito.sh"
@@ -142,11 +142,11 @@ The important thing to remember for programs such as Nginx is to ensure that the
142142
143143
RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
144144
145-
To expose a port inside the container to the outside of the container, use the [EXPOSE](http://docs.docker.io/en/latest/use/builder/#expose) instruction:
145+
To expose a port inside the container to the outside of the container, use the EXPOSE instruction:
146146
147147
EXPOSE 80
148148
149-
The [CMD](http://docs.docker.io/en/latest/use/builder/#cmd) instruction defines the default command to run when the container starts. In our example, we want to run Nginx:
149+
The CMD instruction defines the default command to run when the container starts. In our example, we want to run Nginx:
150150
151151
CMD ["nginx"]
152152

docs/applications/development/developing-git-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: 'git,dvcs,vcs,scm,gitweb,'
77
license: '[CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/us/)'
88
modified: Friday, February 6th, 2015
99
external_resources:
10-
- '[Working with the Git Repository](http://docsmith:4567/docs/applications/development/git-source-control-management#working-with-the-repository)'
10+
- '[Working with the Git Repository](/docs/applications/development/git-source-control-management#working-with-the-repository)'
1111
- '[GitHub Help Pages](https://help.github.com/)'
1212
modified_by:
1313
name: Joseph Dooley

docs/applications/development/manage-development-with-the-mantis-bug-tracker-on-centos-5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Ensure that you have no whitespace at the end of this file, or Mantis will throw
8484

8585
rm -rf /srv/www/bucknell.net/public_html/mantis/admin/
8686

87-
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://docs.mantisbt.org/master/en/administration_guide.html) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
87+
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://www.mantisbt.org/manual/) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
8888

8989
Monitor for Software Updates and Security Notices
9090
-------------------------------------------------
@@ -107,7 +107,7 @@ You may wish to consult the following resources for additional information on th
107107
- [MantisBT Website](http://www.mantisbt.org/)
108108
- [MantisBT Plugin Page](http://deboutv.free.fr/mantis/)
109109
- [MantisBT Wiki](http://www.mantisbt.org/wiki/doku.php)
110-
- [MantisBT Administration Guide](http://docs.mantisbt.org/master/en/administration_guide.html)
110+
- [MantisBT Administration Guide](http://www.mantisbt.org/manual/)
111111

112112

113113

docs/applications/development/manage-development-with-the-mantis-bug-tracker-on-debian-5-lenny.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Ensure that you have no whitespace at the end of this file, or Mantis will throw
8282
rm -rf /srv/www/bucknell.net/public_html/mantis/admin/
8383
chmod 755 /srv/www/bucknell.net/public_html/mantis/
8484

85-
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://docs.mantisbt.org/master/en/administration_guide.html) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
85+
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://www.mantisbt.org/manual/) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
8686

8787
Monitor for Software Updates and Security Notices
8888
-------------------------------------------------
@@ -105,7 +105,7 @@ You may wish to consult the following resources for additional information on th
105105
- [MantisBT Website](http://www.mantisbt.org/)
106106
- [MantisBT Plugin Page](http://deboutv.free.fr/mantis/)
107107
- [MantisBT Wiki](http://www.mantisbt.org/wiki/doku.php)
108-
- [MantisBT Administration Guide](http://docs.mantisbt.org/master/en/administration_guide.html)
108+
- [MantisBT Administration Guide](http://www.mantisbt.org/manual/)
109109

110110

111111

docs/applications/development/manage-development-with-the-mantis-bug-tracker-on-fedora-14.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Ensure that you have no whitespace at the end of this file, or Mantis will throw
8282

8383
rm -rf /srv/www/bucknell.net/public_html/mantis/admin/
8484

85-
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://docs.mantisbt.org/master/en/administration_guide.html) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
85+
At this point, MantisBT is ready to use for your development project! For specific Mantis help and instruction, see the [administration guide](http://www.mantisbt.org/manual/) available on the MantisBT website. You can also install a number of plugins that allow you to customize MantisBT to your needs. Each of these plugins has a specific set of instructions that come with it. You can read more about these on the plugins section of the MantisBT site, listed below.
8686

8787
Monitor for Software Updates and Security Notices
8888
-------------------------------------------------
@@ -105,7 +105,7 @@ You may wish to consult the following resources for additional information on th
105105
- [MantisBT Website](http://www.mantisbt.org/)
106106
- [MantisBT Plugin Page](http://deboutv.free.fr/mantis/)
107107
- [MantisBT Wiki](http://www.mantisbt.org/wiki/doku.php)
108-
- [MantisBT Administration Guide](http://docs.mantisbt.org/master/en/administration_guide.html)
108+
- [MantisBT Administration Guide](http://www.mantisbt.org/manual/)
109109

110110

111111

docs/applications/game-servers/minecraft-on-linode-with-ubuntu-12-04.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Any time you modify these files while the game is running, you will need to stop
277277
- `/world_nether`
278278
- `/world_the_end`
279279

280-
The directories `world`, `world_nether`, and `world-the-end` contain the map and player data for those realms in your game. We suggest [backing up](/docs/backups) these directories on a regular basis so that you can revert to previous versions in case of catastrophe or [griefing](http://www.minecraftwiki.net/wiki/Griefing). These directories may be in different locations, depending on which version of the Minecraft server you installed. Note that the directories for the *nether* and *the end* will not be created until a player goes to this area on the server.
280+
The directories `world`, `world_nether`, and `world-the-end` contain the map and player data for those realms in your game. We suggest [backing up](/docs/platform/backup-service) these directories on a regular basis so that you can revert to previous versions in case of catastrophe or [griefing](http://www.minecraftwiki.net/wiki/Griefing). These directories may be in different locations, depending on which version of the Minecraft server you installed. Note that the directories for the *nether* and *the end* will not be created until a player goes to this area on the server.
281281

282282
More Information
283283
----------------

docs/applications/messaging/using-weechat-for-irc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ You may wish to consult the following resources for additional information on th
266266

267267
- [WeeChat Home Page](http://www.weechat.org/)
268268
- [GNU Screen](http://www.gnu.org/software/screen/)
269-
- [Screen for Persistent Terminal Sessions](/linux-tools/utilities/screen)
269+
- [Screen for Persistent Terminal Sessions](/docs/networking/ssh/using-gnu-screen-to-manage-persistent-terminal-sessions)
270270

docs/applications/project-management/manage-projects-with-redmine-on-debian-5-lenny.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Start nginx:
297297

298298
/etc/init.d/nginx start
299299

300-
Your Redmine installation should be accessible at <http://redmine.example.com>; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
300+
Your Redmine installation should be accessible at `http://redmine.example.com`; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
301301

302302
Monitor for Software Updates and Security Notices
303303
-------------------------------------------------

docs/applications/project-management/manage-projects-with-redmine-on-debian-6-squeeze.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Start nginx:
356356

357357
/etc/init.d/nginx start
358358

359-
Your Redmine installation should be accessible at <http://redmine.example.com>; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
359+
Your Redmine installation should be accessible at `http://redmine.example.com`; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
360360

361361
Monitor for Software Updates and Security Notices
362362
-------------------------------------------------

docs/applications/project-management/manage-projects-with-redmine-on-ubuntu-10-04-lts-lucid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Start nginx:
357357

358358
/etc/init.d/nginx start
359359

360-
Your Redmine installation should be accessible at <http://redmine.example.com>; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
360+
Your Redmine installation should be accessible at `http://redmine.example.com`; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
361361

362362
Monitor for Software Updates and Security Notices
363363
-------------------------------------------------

docs/applications/project-management/manage-projects-with-redmine-on-ubuntu-11-04-natty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Start nginx:
357357

358358
/etc/init.d/nginx start
359359

360-
Your Redmine installation should be accessible at <http://redmine.example.com>; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
360+
Your Redmine installation should be accessible at `http://redmine.example.com`; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". You should change the admin password immediately. Congratulations, you've installed Redmine for project management on your Linode!
361361

362362
Monitor for Software Updates and Security Notices
363363
-------------------------------------------------

docs/applications/project-management/manage-projects-with-redmine-on-ubuntu-9-10-karmic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Start nginx:
314314

315315
/etc/init.d/nginx start
316316

317-
Your Redmine installation should be accessible at <http://redmine.example.com>; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". Congratulations, you've installed Redmine for project management on your Linode!
317+
Your Redmine installation should be accessible at `http://redmine.example.com`; if you encounter issues, please refer to your log files for a listing of any errors that may have occurred. The default login is username "admin" and password "admin". Congratulations, you've installed Redmine for project management on your Linode!
318318

319319
Monitor for Software Updates and Security Notices
320320
-------------------------------------------------

docs/databases/mysql/manage-mysql-with-phpmyadmin-on-debian-5-lenny.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We recommend securing your phpMyAdmin directory using an `.htaccess file` and on
7777

7878
### Force SSL
7979

80-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl-certificates/).
80+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl//).
8181

8282
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
8383

docs/databases/mysql/manage-mysql-with-phpmyadmin-on-ubuntu-10-10-maverick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ We recommend securing your phpMyAdmin directory using an `.htaccess file` and on
7979

8080
### Force SSL
8181

82-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl-certificates/).
82+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl//).
8383

8484
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
8585

docs/databases/mysql/manage-mysql-with-phpmyadmin-on-ubuntu-12-04-precise-pangolin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We recommend securing your phpMyAdmin directory using an `.htaccess file` and on
7676

7777
### Force SSL
7878

79-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl-certificates/).
79+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl//).
8080

8181
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
8282

docs/databases/mysql/manage-mysql-with-phpmyadmin-on-ubuntu-9-10-karmic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We recommend securing your phpMyAdmin directory using an `.htaccess file` and on
107107

108108
### Force SSL
109109

110-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult guides that address [SSL certificates](/docs/security/ssl-certificates/).
110+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult guides that address [SSL certificates](/docs/security/ssl//).
111111

112112
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
113113

docs/databases/mysql/managing-mysql-with-phpmyadmin-on-centos-6-4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This will create a symbolic link named `phpmyadmin` in your document root.
7676

7777
### Force SSL
7878

79-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl-certificates/).
79+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl//).
8080

8181
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
8282

docs/databases/mysql/managing-mysql-with-phpmyadmin-on-debian-7-wheezy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ We recommend securing your phpMyAdmin directory using an `.htaccess file` and on
8383

8484
### Force SSL
8585

86-
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl-certificates/).
86+
Since you are required to enter your MySQL credentials when using phpMyAdmin, we recommend that you use SSL to secure HTTP traffic to your phpMyAdmin installation. For more information on using SSL with your websites, please consult the guides that address [SSL certificates](/docs/security/ssl//).
8787

8888
You can force phpMyAdmin to use SSL in the phpMyAdmin configuration file `/etc/phpmyadmin/config.inc.php` by adding the following lines under the `Server(s) configuration` section:
8989

docs/databases/oracle/oracle-10g-express-edition-on-debian-5-lenny.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ More Information
197197

198198
You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.
199199

200-
- [Oracle XE Home Page](http://www.oracle.com/technology/xe/index.html)
201-
- [Oracle XE 10g Documentation](http://www.oracle.com/technology/documentation/database10gR2.html)
200+
- [Oracle XE Home Page](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html)
201+
- [Oracle XE 10g Documentation](http://www.oracle.com/pls/db102/homepage)
202202
- [Oracle XE Getting Started Guide](http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25610/toc.htm)
203203

204204

docs/databases/oracle/oracle-10g-express-edition-on-debian-6-squeeze.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ More Information
180180

181181
You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.
182182

183-
- [Oracle XE Home Page](http://www.oracle.com/technology/xe/index.html)
184-
- [Oracle XE 10g Documentation](http://www.oracle.com/technology/documentation/database10gR2.html)
183+
- [Oracle XE Home Page](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html)
184+
- [Oracle XE 10g Documentation](http://www.oracle.com/pls/db102/homepage)
185185
- [Oracle XE Getting Started Guide](http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25610/toc.htm)
186186

187187

0 commit comments

Comments
 (0)