Skip to content

Commit b77de27

Browse files
Update GettingStarted.md
Page: https://codeception.com/docs/GettingStarted
1 parent 381d13b commit b77de27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ title: Getting Started - Codeception Docs
99

1010
Let's take a look at Codeception's architecture. We'll assume that you have already [installed](https://codeception.com/install) it
1111
and bootstrapped your first test suites. Codeception has generated three of them: Unit, Functional, and Acceptance.
12-
They are well described in the [previous chapter](https://codeception.com/docs/01-Introduction). Inside your __/tests__ folder you will have three `.yml` config files and three directories
13-
with names corresponding to these suites: `Unit`, `Functional`, `Acceptance`.
12+
They are well described in the [Introduction](https://codeception.com/docs/Introduction). Inside your __/tests__ folder you will have three `.yml` config files and three directories: `Unit`, `Functional`, `Acceptance`.
1413

1514
## The Codeception Syntax
1615

0 commit comments

Comments
 (0)