Skip to content

Commit c74e11b

Browse files
authored
Merge pull request #2051 from hansu/docs-links
Update links in documentation
2 parents 01a0ab2 + 7eb23c3 commit c74e11b

19 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ for such compliance.
8181
[Weblate]: https://hosted.weblate.org/projects/linuxcnc/
8282
[Website]: https://linuxcnc.org/
8383

84-
[Documentation]: http://linuxcnc.org/docs/stable/html/
85-
[Install]: http://linuxcnc.org/docs/stable/html/getting-started/getting-linuxcnc.html
86-
[Build]: http://linuxcnc.org/docs/stable/html/code/building-linuxcnc.html
84+
[Documentation]: http://linuxcnc.org/docs/2.9/html/
85+
[Install]: http://linuxcnc.org/docs/2.9/html/getting-started/getting-linuxcnc.html
86+
[Build]: http://linuxcnc.org/docs/2.9/html/code/building-linuxcnc.html
8787
[License]: COPYING

README_es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ La traduccion al español de este software queda adherida a este descargo y a la
2222

2323
Consulte el archivo 'docs/src/code/building-linuxcnc.txt' para obtener información sobre cómo construir y ejecutar el software, o vea:
2424

25-
http://linuxcnc.org/docs/devel/html/code/building-linuxcnc.html
25+
http://linuxcnc.org/docs/2.9/html/code/building-linuxcnc.html

configs/by_interface/mesa/hm2-servo/hm2-servo.hal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# sudo ln -s $HOME/emc2-sandbox/src/hal/drivers/mesa-hostmot2/firmware /lib/firmware/hm2
1616
#
1717
# See also:
18-
# <http://www.linuxcnc.org/docs/devel/html/man/man9/hostmot2.9.html#config%20modparam>
18+
# <http://www.linuxcnc.org/docs/2.9/html/man/man9/hostmot2.9.html#config%20modparam>
1919
# and http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?HostMot2
2020
#
2121
# #####################################################################

configs/by_interface/mesa/hm2-stepper/hm2-stepper.hal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# sudo ln -s $HOME/emc2-sandbox/src/hal/drivers/mesa-hostmot2/firmware /lib/firmware/hm2
1616
#
1717
# See also:
18-
# <http://www.linuxcnc.org/docs/devel/html/man/man9/hostmot2.9.html#config%20modparam>
18+
# <http://www.linuxcnc.org/docs/2.9/html/man/man9/hostmot2.9.html#config%20modparam>
1919
# and http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?HostMot2
2020
#
2121
# #####################################################################

configs/by_interface/mesa/plasma-5i20/plasma-5i20.hal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# sudo ln -s $HOME/emc2-sandbox/src/hal/drivers/mesa-hostmot2/firmware /lib/firmware/hm2
55
#
66
# See also:
7-
# <http://www.linuxcnc.org/docs/devel/html/man/man9/hostmot2.9.html#config%20modparam>
7+
# <http://www.linuxcnc.org/docs/2.9/html/man/man9/hostmot2.9.html#config%20modparam>
88
# and http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?HostMot2
99
#
1010
# #####################################################################

configs/sim/axis/remap/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python-stdglue contains embedded Python code supporting the above examples. This
2121
common_nc_subs: this contains reset_state.ngc, which should be called from ON_ABORT procedure. Note that it is in particular important to reset the modal state after a failed remap procedure because this can lead to susequent failures (e.g. bug ID 3437928). The demos use their own on_abort sub and call reset_state.
2222

2323
Remapping Documentation:
24-
http://www.linuxcnc.org/docs/devel/html/remap/structure.html
24+
http://www.linuxcnc.org/docs/2.9/html/remap/structure.html
2525

2626
see also:
2727
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?RemappingStatus

configs/sim/axis/remap/README_es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python-stdglue contiene código Python incrustado que admite los ejemplos anteri
2121
common_nc_subs: contiene reset_state.ngc, que debe llamarse desde el procedimiento ON_ABORT. Tenga en cuenta que es particularmente importante restablecer el estado modal después de un procedimiento de reasignación fallido porque esto puede conducir a fallas posteriores (por ejemplo, ID de error 3437928). Las demostraciones usan su propio sub on_abort y llaman a reset_state.
2222

2323
Reasignación de documentación:
24-
http://www.linuxcnc.org/docs/devel/html/remap/structure.html
24+
http://www.linuxcnc.org/docs/2.9/html/remap/structure.html
2525

2626
ver también:
2727
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?RemappingStatus

debian/upstream/metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Bug-Database: https://github.com/LinuxCNC/linuxcnc/issues
33
Bug-Submit: https://github.com/LinuxCNC/linuxcnc/issues/new
4-
Documentation: http://linuxcnc.org/docs/2.8/html/
4+
Documentation: http://linuxcnc.org/docs/2.9/html/
55
Repository-Browse: https://github.com/LinuxCNC/linuxcnc
66
Reference:
77
- Author: Ronald Lumia

docs/man/man1/image-to-gcode.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ image-to-gcode \- converts bitmap images to G-code
3333
brightness of each pixel as a Z-height.
3434

3535
Detailed docs:
36-
http://linuxcnc.org/docs/stable/html/gui/image-to-gcode.html
36+
http://linuxcnc.org/docs/2.9/html/gui/image-to-gcode.html
3737

3838
.SH "SEE ALSO"
3939
\fBLinuxCNC(1)\fR

docs/man/man1/qtplasmac-cfg2prefs.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configuration to a QtPlasmaC configuration.
3535
.SH "SEE ALSO"
3636
See the QtPlasmaC section of the LinuxCNC Documentation for more information.
3737

38-
http://linuxcnc.org/docs/devel/html/plasma/qtplasmac.html#qt_modify-config
38+
http://linuxcnc.org/docs/2.9/html/plasma/qtplasmac.html#qt_modify-config
3939
.SH AUTHOR
4040
Phillip Carter
4141
.SH LICENSE

0 commit comments

Comments
 (0)