Skip to content

Commit 8bb3da4

Browse files
committed
Migration URL can go straight to the manual page.
1 parent f318065 commit 8bb3da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Metadata/VersionData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function getMajorFeatureDescriptions(): array
147147
* Gets the root-relative URL for the upgrade documentation
148148
*/
149149
public string $migrationUri {
150-
get => '/migration' . $this->majorVersion . $this->minorVersion;
150+
get => '/manual/migration' . $this->majorVersion . $this->minorVersion;
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)