Skip to content

Commit

Permalink
docs: Fix a couple of broken link fragments (ddev#6197) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored May 16, 2024
1 parent 7c6af31 commit 41f38c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/developers/release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ But here are the steps for building:
1. The `ddev/ddev-php-base` image must be updated as necessary with a new tag before pushing `ddev-webserver`. You can do this using the [process above](#pushing-docker-images-with-the-github-actions-workflow).
2. The `ddev/ddev-webserver` Dockerfile must `FROM ddev/ddev-php-base:<tag>` before building/pushing `ddev-webserver`. But then it can be pushed using either the GitHub Actions or the manual technique.
3. If you’re bumping `ddev-dbserver` 8.0 minor release, follow the upstream [Maintaining ddev-dbserver MySQL 5.7 & 8.0 ARM64 Images](#maintaining-ddev-dbserver-mysql-57-80-arm64-images) instructions.
3. If you’re bumping `ddev-dbserver` 8.0 minor release, follow the upstream [Maintaining ddev-dbserver MySQL 5.7 & 8.0 ARM64 Images](#maintaining-ddev-dbserver-mysql-57--80-arm64-images) instructions.
4. Update `pkg/version/version.go` with the correct versions for the new images, and run all the tests.
## Manually Updating Homebrew Formulas
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/testing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page is about working with the DDEV documentation. See the [Writing Style G

## Fix Docs Using Web Browser

The documentation is built and checked automatically with various [GitHub Actions workflows](https://github.com/ddev/ddev/actions). While it may help to [check your work locally](#fork-clone-the-ddev-repository) for more involved PRs, you can more quickly make suggestions using [GitHub in a browser](#fix-docs-using-web-browser):
The documentation is built and checked automatically with various [GitHub Actions workflows](https://github.com/ddev/ddev/actions). While it may help to [check your work locally](#fork--clone-the-ddev-repository) for more involved PRs, you can more quickly make suggestions GitHub:

1. Click the pencil in the upper right. That will take you to the right page on GitHub.
2. Click the pencil button on GitHub and follow the instructions to create your change.
Expand Down

0 comments on commit 41f38c7

Please sign in to comment.