Skip to content

Commit 04426f2

Browse files
committed
fix docs download links
1 parent a362048 commit 04426f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
release = probe_basic.__version__
3434

3535
rst_epilog = '.. |code version| replace:: ``%s``\n' % version
36-
rst_epilog += '.. |gh_bin_dl_url| replace:: Download Probe Basic Installer: https://github.com/kcjengr/probe_basic/releases/download/%s/ProbeBasic-Installer-%s.run' % (version, version)
36+
rst_epilog += '.. |gh_bin_dl_url| replace:: https://github.com/kcjengr/probe_basic/releases/download/%s/ProbeBasic-Installer-%s.run' % (version, version)
3737

3838
# -- General configuration ---------------------------------------------------
3939

docs_src/source/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ On a terminal emulator run:
5454
Click the link below to download the ProbeBasicInstaller file. Once downloaded, find in its destination folder and right click and select properties. Select the Permissions Tab in the window that appears and check the box for "Allow this file to run as a program", see images below for reference. now double click the installer icon to begin the installation. Follow the installer instructions to install Probe Basic. Select all of the available items during initial installation. after installation probe basic should show up in the linuxcnc launch screen and you can select to create a desktop icon for it by selecting the check box to do so at the bottom of the page.
5555

5656

57-
Download Probe Basic Installer: `Download <https://github.com/kcjengr/probe_basic/releases/download/|version_tag|/ProbeBasic-Installer-|version_tag|.run>`_
57+
Download Probe Basic Installer: |gh_bin_dl_url|
5858

5959

6060
.. image:: https://raw.githubusercontent.com/kcjengr/probe_basic/master/probe_basic/images/properties.png

0 commit comments

Comments
 (0)