Skip to content

Commit bff396c

Browse files
authored
Merge pull request #148 from per1234/update-links
Fix/update links in documentation
2 parents bf67946 + 0bc6034 commit bff396c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/
2222
|-----------------------------------------------------------------------------|:--:|:---------------:|:--------:|:-------------:|:-------:|:---:|:-----:|:--------|
2323
|[ArduinoCI](https://github.com/ianfixes/arduino_ci) ||||||||Free (Apache-2.0)|
2424
|[ArduinoUnit](https://github.com/mmurdoch/arduinounit) ||| ⚠️ Hardware-based|||||Free (MIT)|
25-
|[Adafruit `travis-ci-arduino`](https://github.com/adafruit/travis-ci-arduino)||||||||Free (MIT)|
25+
|[Adafruit `ci-arduino`](https://github.com/adafruit/ci-arduino)||||||||Free (MIT)|
2626
|[PlatformIO](https://platformio.org) ||| ⚠️ Paid only |||||⚠️ EULA|
2727
|Official [Arduino IDE](https://www.arduino.cc/en/main/software) || ⚠️ Manually ||N/A 😉||||Free (GPLv2)|
2828

@@ -167,6 +167,6 @@ This gem was written by Ian Katz ([email protected]) in 2018. It's released un
167167
## See Also
168168

169169
* [Contributing](CONTRIBUTING.md)
170-
* [Adafruit/travis-ci-arduino](https://github.com/adafruit/travis-ci-arduino) which inspired this project
170+
* [Adafruit/ci-arduino](https://github.com/adafruit/ci-arduino) which inspired this project
171171
* [mmurdoch/arduinounit](https://github.com/mmurdoch/arduinounit) from which the unit test macros were adopted
172172

SampleProjects/DoSomething/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This will install the necessary ruby gem, and run it. There are no command line
4141
4242
### `.arduino-ci.yaml` ArduinoCI configuration
4343

44-
This file controls all aspects of building and unit testing. The (relatively-complete) defaults can be found [in the base project](../../misc/default.yaml).
44+
This file controls all aspects of building and unit testing. The (relatively-complete) defaults can be found [in the base project](../../misc/default.yml).
4545

4646
The most relevant sections for most projects will be as follows:
4747

0 commit comments

Comments
 (0)