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

Commit b5c6e14

Browse files
author
Artem Eroshenko
authored
fix framework links (via #142)
1 parent 9fb5577 commit b5c6e14

9 files changed

Lines changed: 24 additions & 24 deletions

File tree

content/frameworks/.net.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 8
55
This section provides some information and code samples for Allure Report integrations with supported .NET frameworks setup process.
66

77
Please, follow the links to see more:
8-
- [NUnit 3](/.net/nunit-3)
9-
- [NUnit 2](/.net/nunit-2)
10-
- [MSTest](/.net/mstest)
11-
- [SpecFlow](/.net/spec-flow)
8+
- [NUnit 3](./nunit-3)
9+
- [NUnit 2](./nunit-2)
10+
- [MSTest](./mstest)
11+
- [SpecFlow](./spec-flow)

content/frameworks/groovy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 7
55
This section provides some information and code samples for Allure Report integrations with supported Groovy frameworks setup process.
66

77
Please, follow the link to see more:
8-
- [Spock](/groovy/spock)
8+
- [Spock](./spock)

content/frameworks/java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ order: 1
55
This section provides detailed information on installation and features of Allure Report integrations with Java frameworks.
66

77
Please, follow the links to see more:
8-
- [JUnit 5](/java/junit5)
9-
- [JUnit 4](/java/junit4)
10-
- [TestNG](/java/testng)
11-
- [Cucumber](/java/cucumber)
12-
- [Selenide](/java/selenide)
8+
- [JUnit 5](./junit5)
9+
- [JUnit 4](./junit4)
10+
- [TestNG](./testng)
11+
- [Cucumber](./cucumber)
12+
- [Selenide](./selenide)

content/frameworks/js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 3
55
This section provides detailed information on installation and features of Allure Report integrations with supported JavaScript frameworks.
66

77
Please, follow the links to see more:
8-
- [Jasmine](/js/jasmine)
9-
- [Mocha](/js/mocha)
10-
- [Karma](/js/karma)
11-
- [Cucumber](/js/cucumber)
8+
- [Jasmine](./jasmine)
9+
- [Mocha](./mocha)
10+
- [Karma](./karma)
11+
- [Cucumber](./cucumber)

content/frameworks/kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 6
55
This section provides some information and code samples for Allure Report integrations with supported Kotlin frameworks setup process.
66

77
Please, follow the links to see more:
8-
- [Kotest](/kotlin/kotest)
8+
- [Kotest](./kotest)

content/frameworks/php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ order: 4
55
This section provides some information and code samples for Allure Report integrations with supported PHP frameworks setup process.
66

77
Please, follow the links to see more:
8-
- [PHPUnit](/php/phpunit)
9-
- [Codeception](/php/codeception)
8+
- [PHPUnit](./phpunit)
9+
- [Codeception](./codeception)

content/frameworks/python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ order: 2
55
This section provides detailed information on installation and features of Allure Report integrations with supported Python frameworks.
66

77
Please, follow the links to see more:
8-
- [Pytest](/python/pytest)
9-
- [Behave](/python/behave)
10-
- [Nose](/python/nose)
8+
- [Pytest](./pytest)
9+
- [Behave](./behave)
10+
- [Nose](./nose)

content/frameworks/ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ order: 5
55
This section provides some information and code samples for Allure Report integrations with supported Ruby frameworks setup process.
66

77
Please, follow the links to see more:
8-
- [RSpec](/ruby/rspec)
9-
- [Cucumber](/ruby/cucumber)
8+
- [RSpec](./rspec)
9+
- [Cucumber](./cucumber)

content/frameworks/scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ order: 9
55
This section provides some information and code samples for Allure Report integrations with supported Scala frameworks setup.
66

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

0 commit comments

Comments
 (0)