Fix framework links by eroshenkoam · Pull Request #142 · allure-framework/allure-docs · GitHub
Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/frameworks/.net.md
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