Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix framework links (via #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Oct 13, 2021
1 parent 9fb5577 commit b5c6e14
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions content/frameworks/.net.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 8
This section provides some information and code samples for Allure Report integrations with supported .NET frameworks setup process.

Please, follow the links to see more:
- [NUnit 3](/.net/nunit-3)
- [NUnit 2](/.net/nunit-2)
- [MSTest](/.net/mstest)
- [SpecFlow](/.net/spec-flow)
- [NUnit 3](./nunit-3)
- [NUnit 2](./nunit-2)
- [MSTest](./mstest)
- [SpecFlow](./spec-flow)
2 changes: 1 addition & 1 deletion content/frameworks/groovy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ order: 7
This section provides some information and code samples for Allure Report integrations with supported Groovy frameworks setup process.

Please, follow the link to see more:
- [Spock](/groovy/spock)
- [Spock](./spock)
10 changes: 5 additions & 5 deletions content/frameworks/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ order: 1
This section provides detailed information on installation and features of Allure Report integrations with Java frameworks.

Please, follow the links to see more:
- [JUnit 5](/java/junit5)
- [JUnit 4](/java/junit4)
- [TestNG](/java/testng)
- [Cucumber](/java/cucumber)
- [Selenide](/java/selenide)
- [JUnit 5](./junit5)
- [JUnit 4](./junit4)
- [TestNG](./testng)
- [Cucumber](./cucumber)
- [Selenide](./selenide)
8 changes: 4 additions & 4 deletions content/frameworks/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 3
This section provides detailed information on installation and features of Allure Report integrations with supported JavaScript frameworks.

Please, follow the links to see more:
- [Jasmine](/js/jasmine)
- [Mocha](/js/mocha)
- [Karma](/js/karma)
- [Cucumber](/js/cucumber)
- [Jasmine](./jasmine)
- [Mocha](./mocha)
- [Karma](./karma)
- [Cucumber](./cucumber)
2 changes: 1 addition & 1 deletion content/frameworks/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ order: 6
This section provides some information and code samples for Allure Report integrations with supported Kotlin frameworks setup process.

Please, follow the links to see more:
- [Kotest](/kotlin/kotest)
- [Kotest](./kotest)
4 changes: 2 additions & 2 deletions content/frameworks/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ order: 4
This section provides some information and code samples for Allure Report integrations with supported PHP frameworks setup process.

Please, follow the links to see more:
- [PHPUnit](/php/phpunit)
- [Codeception](/php/codeception)
- [PHPUnit](./phpunit)
- [Codeception](./codeception)
6 changes: 3 additions & 3 deletions content/frameworks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ order: 2
This section provides detailed information on installation and features of Allure Report integrations with supported Python frameworks.

Please, follow the links to see more:
- [Pytest](/python/pytest)
- [Behave](/python/behave)
- [Nose](/python/nose)
- [Pytest](./pytest)
- [Behave](./behave)
- [Nose](./nose)
4 changes: 2 additions & 2 deletions content/frameworks/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ order: 5
This section provides some information and code samples for Allure Report integrations with supported Ruby frameworks setup process.

Please, follow the links to see more:
- [RSpec](/ruby/rspec)
- [Cucumber](/ruby/cucumber)
- [RSpec](./rspec)
- [Cucumber](./cucumber)
4 changes: 2 additions & 2 deletions content/frameworks/scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ order: 9
This section provides some information and code samples for Allure Report integrations with supported Scala frameworks setup.

Please, follow the links to see more:
- [ScalaTest](/scala/scala-test)
- [Specs](/scala/specs)
- [ScalaTest](./scala-test)
- [Specs](./specs)

0 comments on commit b5c6e14

Please sign in to comment.