Skip to content

Commit 721e22a

Browse files
committed
Fix edit links in 4.x guides
1 parent 9a19f31 commit 721e22a

15 files changed

+32
-28
lines changed

docs/4.x/APITesting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 10-APITesting - Codeception - Documentation
3+
title: APITesting - Codeception 4 Documentation
44
---
55

66
# API Testing
@@ -434,4 +434,4 @@ Codeception has two modules that will help you to test various web services. The
434434
* **Next Chapter: [Codecoverage >](/docs/11-Codecoverage)**
435435
* **Previous Chapter: [< Data](/docs/09-Data)**
436436

437-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/10-APITesting.md"><strong>Edit</strong> this page on GitHub</a></div>
437+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/APITesting.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/AcceptanceTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 03-AcceptanceTests - Codeception - Documentation
3+
title: AcceptanceTests - Codeception 4 Documentation
44
---
55

66
# Acceptance Testing
@@ -922,4 +922,4 @@ If you need to access the database, you can use the [Db Module](https://codecept
922922
* **Next Chapter: [FunctionalTests >](/docs/04-FunctionalTests)**
923923
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**
924924

925-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/03-AcceptanceTests.md"><strong>Edit</strong> this page on GitHub</a></div>
925+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/AcceptanceTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/AdvancedUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 07-AdvancedUsage - Codeception - Documentation
3+
title: AdvancedUsage - Codeception 4 Documentation
44
---
55

66
# Advanced Usage
@@ -810,4 +810,4 @@ and write them faster using the interactive console. Codeception tests can be ea
810810
* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**
811811

812812

813-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/07-AdvancedUsage.md"><strong>Edit</strong> this page on GitHub</a></div>
813+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/AdvancedUsage.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/BDD.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 07-BDD - Codeception - Documentation
3+
title: BDD - Codeception 4 Documentation
44
---
55

66
# Behavior Driven Development
@@ -643,3 +643,5 @@ If you like the concept of Behavior Driven Development or prefer to keep test sc
643643

644644
* **Next Chapter: [Customization >](/docs/08-Customization)**
645645
* **Previous Chapter: [< AdvancedUsage](/docs/07-AdvancedUsage)**
646+
647+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/BDD.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/Codecoverage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 11-Codecoverage - Codeception - Documentation
3+
title: Codecoverage - Codeception 4 Documentation
44
---
55

66
# Code Coverage
@@ -220,4 +220,4 @@ It's never been easier to setup local and remote code coverage. Just one config
220220
* **Previous Chapter: [< APITesting](/docs/10-APITesting)**
221221

222222

223-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/11-Codecoverage.md"><strong>Edit</strong> this page on GitHub</a></div>
223+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/Codecoverage.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/ContinuousIntegration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 12-ContinuousIntegration - Codeception - Documentation
3+
title: ContinuousIntegration - Codeception 4 Documentation
44
---
55

66
# Continuous Integration
@@ -210,4 +210,4 @@ It is highly recommended to use Continuous Integration system in development. Co
210210
* **Next Chapter: [ParallelExecution >](/docs/12-ParallelExecution)**
211211
* **Previous Chapter: [< Codecoverage](/docs/11-Codecoverage)**
212212

213-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/12-ContinuousIntegration.md"><strong>Edit</strong> this page on GitHub</a></div>
213+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/ContinuousIntegration.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/Customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 08-Customization - Codeception - Documentation
3+
title: Customization - Codeception 4 Documentation
44
---
55

66
# Customization
@@ -499,4 +499,4 @@ If you see you have a problem that can be solved using these extensions, then gi
499499
* **Next Chapter: [Data >](/docs/09-Data)**
500500
* **Previous Chapter: [< BDD](/docs/07-BDD)**
501501

502-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/08-Customization.md"><strong>Edit</strong> this page on GitHub</a></div>
502+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/Customization.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/Data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 09-Data - Codeception - Documentation
3+
title: Data - Codeception 4 Documentation
44
---
55

66
# Working with Data
@@ -423,4 +423,4 @@ to operate with database through a data abstraction layer, and use the DataFacto
423423
* **Next Chapter: [APITesting >](/docs/10-APITesting)**
424424
* **Previous Chapter: [< Customization](/docs/08-Customization)**
425425

426-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/09-Data.md"><strong>Edit</strong> this page on GitHub</a></div>
426+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/Data.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/FunctionalTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 04-FunctionalTests - Codeception - Documentation
3+
title: FunctionalTests - Codeception 4 Documentation
44
---
55

66
# Functional Tests
@@ -279,4 +279,4 @@ If you are using a framework other than the ones listed here, create a module fo
279279
* **Next Chapter: [UnitTests >](/docs/05-UnitTests)**
280280
* **Previous Chapter: [< AcceptanceTests](/docs/03-AcceptanceTests)**
281281

282-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/04-FunctionalTests.md"><strong>Edit</strong> this page on GitHub</a></div>
282+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/FunctionalTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/4.x/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc
3-
title: 02-GettingStarted - Codeception - Documentation
3+
title: GettingStarted - Codeception 4 Documentation
44
---
55

66
# Getting Started
@@ -445,4 +445,4 @@ After you have reviewed the basic concepts and configurations, you can start wri
445445
* **Next Chapter: [AcceptanceTests >](/docs/03-AcceptanceTests)**
446446
* **Previous Chapter: [< Introduction](/docs/01-Introduction)**
447447

448-
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/02-GettingStarted.md"><strong>Edit</strong> this page on GitHub</a></div>
448+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/4.x/GettingStarted.md"><strong>Edit</strong> this page on GitHub</a></div>

0 commit comments

Comments
 (0)