Skip to content

Commit 7c92af2

Browse files
author
Michael Haberler
committed
fix "wiki.machinekit.org" links
1 parent 14e441d commit 7c92af2

14 files changed

+15
-14
lines changed

docs/common/Getting_Machinekit.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ that anyone can add to or edit.
112112
The user maintained Machinekit Wiki site contains a
113113
wealth of information and tips at:
114114

115-
link:http://wiki.machinekit.org/[http://wiki.machinekit.org]
115+
link:http://wiki.linuxcnc.org/[http://wiki.machinekit.org]
116116

117117
== Getting Machinekit
118118

docs/common/UnifiedBuild.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ rtai 3.5.7::
453453

454454
xenomai 3.5.7-2.6.2.1 i686 and x86_64::
455455
John's [JM] Xenomai kernel, see
456-
http://wiki.machinekit.org/cgi-bin/wiki.pl?XenomaiKernelPackages
456+
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?XenomaiKernelPackages
457457

458458
3.2.0-4-rt-amd64::
459459
as per wheezy distro (x86_64)

docs/config/ini_config.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ treated as g-code. One such example script is available at
354354
nc_files/holecircle.py. This script creates g-code for drilling a
355355
series of holes along the circumference of a circle. Many more g-code
356356
generators are on the Machinekit Wiki site
357-
http://wiki.machinekit.org/[http://wiki.machinekit.org/].
357+
http://wiki.linuxcnc.org/[http://wiki.linuxcnc.org/].
358358

359359
If the environment variable AXIS_PROGRESS_BAR is set, then lines
360360
written to stderr of the form

docs/config/pncconf.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ set up and read a dial indicator to see if you are loosing steps.
548548
*Stepper Timing*
549549
Stepper timing needs to be tailored to the step controller's requirements.
550550
Pncconf supplies some default controller timing or allows custom timing settings
551-
. See link:http://wiki.machinekit.org/cgi-bin/wiki.pl?Stepper_Drive_Timing[here] for
551+
. See link:http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Stepper_Drive_Timing[here] for
552552
some more known timing numbers (feel free to add ones you have figured out). If
553553
in doubt use large numbers such as 5000 this will only limit max speed.
554554

docs/drivers/pluto_p.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Pluto P board will work on some computers and not on others.
2626
There is no known pattern to which computers work and which don't work.
2727

2828
For more information on PCI EPP compatible parallel port cards see the
29-
http://wiki.machinekit.org/cgi-bin/wiki.pl?Machinekit_Supported_Hardware[Machinekit
29+
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Machinekit_Supported_Hardware[Machinekit
3030
Supported Hardware] page on the wiki.
3131

3232
=== Connectors

docs/gcode/gcode.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ image:nurbs01.png[align="center"]
552552

553553
More information on NURBs can be found here:
554554

555-
http://wiki.machinekit.org/cgi-bin/wiki.pl?NURBS[http://wiki.machinekit.org/cgi-bin/wiki.pl?NURBS]
555+
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?NURBS[http://wiki.linuxcnc.org/cgi-bin/wiki.pl?NURBS]
556556

557557
[[sec:G7-Diameter-Mode]]
558558
== G7 Lathe Diameter Mode

docs/gui/gladevcp.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Options:
435435

436436
-t THEME::
437437
set gtk theme. Default is system theme. Different panels can have different themes.
438-
An example theme can be found in the http://wiki.machinekit.org/cgi-bin/wiki.pl?GTK_Themes[EMC Wiki].
438+
An example theme can be found in the http://wiki.linuxcnc.org/cgi-bin/wiki.pl?GTK_Themes[EMC Wiki].
439439

440440
-x XID::
441441
Re-parent GladeVCP into an existing window XID instead of creating a
@@ -2679,4 +2679,4 @@ arise. For details, see the `keyboard_forward()` function in
26792679
== Adding Custom Widgets
26802680
26812681
The Machinekit Wiki has information on adding custom widgets to GladeVCP.
2682-
link:http://wiki.machinekit.org/cgi-bin/wiki.pl?GladeVCP_Custom_Widgets[GladeVCP Custom Widgets]
2682+
link:http://wiki.linuxcnc.org/cgi-bin/wiki.pl?GladeVCP_Custom_Widgets[GladeVCP Custom Widgets]

docs/hal/parallel_port.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ setp stepgen.0.stepspace 0
232232
----
233233
234234
More information on DoubleStep can be found on the
235-
http://wiki.machinekit.org/cgi-bin/wiki.pl?TweakingSoftwareStepGeneration[wiki].
235+
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TweakingSoftwareStepGeneration[wiki].
236236
237237
[[sec:probe_parport]]
238238
== probe_parport

docs/motion/tweaking_steppers.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ measurements on your computer, and do the math to ensure that your
224224
drives get the signals they need.
225225

226226
To make the math easier, I've created an Open Office spreadsheet
227-
http://wiki.machinekit.org/uploads/StepTimingCalculator.ods
227+
http://wiki.linuxcnc.org/uploads/StepTimingCalculator.ods
228228
You enter your latency test result and your stepper drive timing
229229
requirements and the spreadsheet calculates the optimum BASE_PERIOD.
230230
Next, you test the period to make sure it won't slow down or lock up

docs/quickstart/stepper_quickstart.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Gather the information about each axis of your machine.
4646
Drive timing is in nano seconds. If you're unsure about the timing
4747
many popular drives are included in the stepper configuration wizard.
4848
Note some newer Gecko drives have different timing than the original
49-
one. A http://wiki.machinekit.org/[list] is also on the user maintained Machinekit
49+
one. A http://wiki.linuxcnc.org/[list] is also on the user maintained Machinekit
5050
wiki site of more drives.
5151

5252
[width="100%", options="header"]

docs/source-highlight/ngc.lang

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# originally based on the Highlight-mode file for gedit,
66
# written by Jan Van Gilsen <janvangilsen(at)gmail(dot)com>
77
# Installation instructions can be found at:
8-
# http://wiki.machinekit.org/cgi-bin/emcinfo.pl?Highlighting_In_Gedit
8+
# http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Highlighting_In_Gedit
99
# Version : 0.3
1010
# Last Edit : 10Th Nov 2007, by Jan Van Gilsen
1111
# Comment : added probing and rigid tapping G-codes (new in 2.2)

scripts/repl.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
rpl -R "image::" "image::" .
55
rpl -R ":imagesdir: /images" ":imagesdir: /images" .
66
rpl -R "link:/docs" "link:/docs" .
7+
rpl -R "http://wiki.linuxcnc.org/" "http://wiki.linuxcnc.org/" .

src/index.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p></p>
1717
<LI><A HREF="common/overleaf.html">Machinekit Document Overleaf</A>
1818
<LI><A HREF="gcode.html">Machinekit G Code Quick Reference</A>
19-
<LI><A HREF="http://wiki.machinekit.org/cgi-bin/wiki.pl">Machinekit Wiki Community</A>
19+
<LI><A HREF="http://wiki.linuxcnc.org/cgi-bin/wiki.pl">Machinekit Wiki Community</A>
2020
<p></p>
2121
<LI><a name="Getting Started"></a>Getting Started with Machinekit
2222
<UL>

src/index_fr.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<LI>Autres langues disponibles: <A HREF="index.html">English</A> <A HREF="index_es.html">Espa&ntilde;ol</A>
1717
<p></p>
1818
<LI><A HREF="gcode_fr.html">Aide m&eacute;moire des r&eacute;f&eacute;rences du G Code</A>
19-
<LI><A HREF="http://wiki.machinekit.org/cgi-bin/wiki.pl">Le Wiki de la communaut&eacute; Machinekit (en anglais)</A>
19+
<LI><A HREF="http://wiki.linuxcnc.org/cgi-bin/wiki.pl">Le Wiki de la communaut&eacute; Machinekit (en anglais)</A>
2020
<p></p>
2121
<LI><a name="Guide de d&eacute;marrage"></a> Guide de d&eacute;marrage
2222
<UL>

0 commit comments

Comments
 (0)