Skip to content

Commit ec247b2

Browse files
authored
Merge pull request #1509 from tkan145/fix-broken-link-2.15
[doc] Fix broken link 2.15
2 parents 415212c + 59cfaa3 commit ec247b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ APIcast uses:
102102

103103
- [OpenResty](http://openresty.org/en/): a platform that includes NGINX, LuaJIT and Lua modules.
104104
- [busted](https://github.com/Olivine-Labs/busted): for the unit tests.
105-
- [Test::Nginx](http://search.cpan.org/~agent/Test-Nginx/lib/Test/Nginx/Socket.pm): for the integration tests.
105+
- [Test::Nginx](https://metacpan.org/pod/Test::Nginx): for the integration tests.
106106

107107
More info can be found in the [development](/doc/development.md) specific doc.
108108

dev-environments/camel-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Camel PROXY
22

33
Development environment to test integration between APIcast and proxies built
4-
on top of [Camel framework](https://camel.apache.org/components/4.0.x/netty-http-component.html)
4+
on top of [Camel framework](https://camel.apache.org/components/4.8.x/netty-http-component.html)
55

66
This dev environment uses [Camel Netty Proxy example](https://github.com/zregvart/camel-netty-proxy).
77
Any request that is received using the HTTP PROXY protocol,

doc/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APIcast is an application based on [OpenResty](https://openresty.org/en/). APIca
44

55
## Release
66

7-
APIcast is released as [Docker image](https://docs.docker.com/engine/tutorials/dockerimages/).
7+
APIcast is released as [Docker image](https://docs.docker.com).
88

99
## Dependencies
1010

doc/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All code is open-source on GitHub.
1616

1717
Splitting code and configuration allows thorough testing of each component individually. We are trying hard to cover every feature and every fix by a regression test.
1818

19-
Using wonderful [Test::Nginx](http://search.cpan.org/~agent/Test-Nginx/lib/Test/Nginx/Socket.pm) framework for high level integration tests allows us to run every test several times in random order to ensure there are no random failures.
19+
Using wonderful [Test::Nginx](https://metacpan.org/pod/Test::Nginx) framework for high level integration tests allows us to run every test several times in random order to ensure there are no random failures.
2020

2121
Low level unit testing is done in Lua testing framework [busted](https://github.com/Olivine-Labs/busted). That allows us to run low level tests for edge cases easily and run them in isolation.
2222

0 commit comments

Comments
 (0)