Skip to content

Commit

Permalink
Fixed links in README.
Browse files Browse the repository at this point in the history
Added link in README to TcUnit-Runner.
  • Loading branch information
sagatowski committed Sep 5, 2020
1 parent 2960150 commit b191404
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ Welcome to the documentation TcUnit - an xUnit testing framework for [Beckhoff T
Familiarize yourself with the basic concepts and specifics for TcUnit: [https://tcunit.org/unit-testing-concepts/](https://tcunit.org/unit-testing-concepts/)

**Want to know how to get started?**
Read the user guide: [https://tcunit.org/introduction-user-guide/](https://tcunit.org/introduction-user-guide/)
Read the [user guide](https://tcunit.org/introduction-user-guide/).

**Want to see a more advanced programming example?**
Read the programming example: [https://tcunit.org/programming-example-introduction/](https://tcunit.org/programming-example-introduction/)
Read the [programming example](https://tcunit.org/programming-example-introduction/).

**Want to download a precompiled version of the library?**
Go to the [releases](https://github.com/tcunit/TcUnit/releases).

**Want to include TcUnit tests into a CI/CD pipeline?**
Check out the [TcUnit-Runner project](https://github.com/tcunit/TcUnit-Runner).

**Want to contribute to the project?**
That's fantastic! But please read the [CONTRIBUTING](CONTRIBUTING.md) first.

0 comments on commit b191404

Please sign in to comment.