Skip to content

Commit 67d54f8

Browse files
authored
Merge pull request #20 from tektronix/nlynchjo/md-link-check-CI
New Markdown link verifier
2 parents ecb676e + 3d0e27f commit 67d54f8

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: go
2+
go:
3+
- "1.12.x"
4+
5+
git:
6+
depth: 1
7+
8+
branches:
9+
only:
10+
- master
11+
12+
notifications:
13+
slack: tek-oso:tBStikUyvah8EOPb8QY7VWvS
14+
15+
before_install:
16+
- go get -u github.com/raviqqe/liche
17+
18+
script:
19+
- liche -v -t 60 -r .
20+

Oscilloscopes/BenchScopes/src/Ivi2MatlabDriverExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The purpose of this example is to demonstrate how to get a MATLAB driver for an
55

66
This example will lead you through installing the NI driver, recognizing where that installation is and confirming its existence, then using the ".c" driver to make a MATLAB ".mdd" driver.
77

8-
First, download and install the NI Driver. [This](http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E94FE659CE034080020E74861) is the relevant driver for my TBS1202B-EDU. You do not need to install the LabVIEW specific components, but you do need to install the LabWindows component, since that will create the necessary ".c" driver file.
8+
First, download and install the NI Driver. [This](http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=22954) is the relevant driver for my TBS1202B-EDU. You do not need to install the LabVIEW specific components, but you do need to install the LabWindows component, since that will create the necessary ".c" driver file.
99

1010
----
1111

Signal_Sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AFG1000/2000/3000 Series, AWG5000/7000/70000 Series, TSG4100A Series, Keithley 3
99

1010
* **[Send Waveform to AFG3000](./src/AFG3KSendWaveformExample/python)** [![Python 3.6](https://img.shields.io/badge/python-3.6-&?labelColor=3E434A&colorB=006281&logo=python)](https://www.python.org/downloads/release/python-360/)
1111

12-
* **[Send Waveform to AFG3000](./src/AFG3KSendWaveformExample/c#)** [![C#](https://img.shields.io/badge/-C%20Sharp-&?labelColor=3E434A&colorB=73BF44&logo=Microsoft)](https://github.com/dotnet/roslyn)
12+
* **[Send Waveform to AFG3000](./src/AFG3KSendWaveformExample/cs)** [![C#](https://img.shields.io/badge/-C%20Sharp-&?labelColor=3E434A&colorB=73BF44&logo=Microsoft)](https://github.com/dotnet/roslyn)
1313

1414
* **[Send Waveform to AFG3000](./src/AFG3KSendWaveformExample/matlab)** [![MATLAB](https://img.shields.io/badge/-MATLAB-&?labelColor=3E434A&colorB=F05A22&logo=Mathworks)](https://www.mathworks.com/products/matlab.html?s_tid=hp_products_matlab)
1515

0 commit comments

Comments
 (0)