Skip to content

Commit

Permalink
docs: fix broken links (#11263)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuruidong authored Aug 8, 2023
1 parent a1735c8 commit e206d00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ $ luacheck .

#### Writing tests

We use [busted](https://olivinelabs.com/busted/) to write our tests. Your patch
We use [busted](https://lunarmodules.github.io/busted/) to write our tests. Your patch
must include the related test updates or additions, in the appropriate test
suite.

Expand Down
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ are located in the [spec/05-migration/](spec/05-migration/) directory
and must be named after the migration they test such that the
migration `kong/**/*.lua` has a test in
`spec/05-migration/**/*_spec.lua`. The presence of a test is enforced
by the [upgrade testing](scripts/test-upgrade-path.sh) shell script
by the [upgrade testing](scripts/upgrade-tests/test-upgrade-path.sh) shell script
which is [automatically run](.github/workflows/upgrade-tests.yml)
through a GitHub Action.

The [upgrade testing](scripts/test-upgrade-path.sh) shell script works
The [upgrade testing](scripts/upgrade-tests/test-upgrade-path.sh) shell script works
as follows:

* A new Kong Gateway installation is brought up using
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We ❤️ pull requests, and we’re continually working hard to make it as easy
- Development Guide ([DEVELOPER.md](DEVELOPER.md)): Setting up your development environment.
- [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) and [COPYRIGHT](COPYRIGHT)

Use the [Plugin Development Guide](https://docs.konghq.com/latest/plugin-development/) for building new and creative plugins, or browse the online version of Kong's source code documentation in the [Plugin Development Kit (PDK) Reference](https://docs.konghq.com/latest/pdk/). Developers can build plugins in [Lua](https://docs.konghq.com/gateway-oss/latest/plugin-development/), [Go](https://docs.konghq.com/gateway-oss/latest/external-plugins/#developing-go-plugins) or [JavaScript](https://docs.konghq.com/gateway-oss/latest/external-plugins/#developing-javascript-plugins).
Use the [Plugin Development Guide](https://docs.konghq.com/latest/plugin-development/) for building new and creative plugins, or browse the online version of Kong's source code documentation in the [Plugin Development Kit (PDK) Reference](https://docs.konghq.com/latest/pdk/). Developers can build plugins in [Lua](https://docs.konghq.com/gateway/latest/plugin-development/), [Go](https://docs.konghq.com/gateway-oss/latest/external-plugins/#developing-go-plugins) or [JavaScript](https://docs.konghq.com/gateway-oss/latest/external-plugins/#developing-javascript-plugins).

## Releases

Expand Down

1 comment on commit e206d00

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:e206d006c430344243dd7e5879f39b6c0a7a9ae9
Artifacts available https://github.com/Kong/kong/actions/runs/5794903300

Please sign in to comment.