Skip to content

Commit 07be50c

Browse files
authored
Fix link to codeception source files (#899)
1 parent aa3299a commit 07be50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function buildDocsExtensions()
277277
protected function documentApiClass($file, $className, $all = false, $repositoryName = null)
278278
{
279279
if ($repositoryName === null) {
280-
$repositoryUrl = self::REPO_BLOB_URL . "/" . self::BRANCH_5x;
280+
$repositoryUrl = self::REPO_BLOB_URL . "/" . self::BRANCH_MAIN;
281281
} else {
282282
$repositoryUrl = 'https://github.com/Codeception/' . $repositoryName . '/blob/master';
283283
}

0 commit comments

Comments
 (0)