Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 63bde58

Browse files
author
Adis Nezirović
committed
DOC: Fix URLs
1 parent 1b055ed commit 63bde58

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Requirements
3333

3434
* A modern HAProxy version (v1.8) with Lua support (check with
3535
``haproxy -vv | grep USE_LUA=1``)
36-
* `haproxy-lua-http` - Lua HTTP server/client for HAProxy Lua host
37-
* `json.lua` - Lua JSON library (https://github.com/rxi/json.lua)
38-
* `lua-ossl` - OpenSSL bindings for Lua (https://github.com/wahern/luaossl)
36+
* `haproxy-lua-http`_ - Lua HTTP server/client for HAProxy Lua host
37+
* `json.lua`_ - Lua JSON library
38+
* `luaossl`_ - OpenSSL bindings for Lua
3939

4040

4141
Configuration
@@ -134,3 +134,7 @@ For example by using curl to POST data in *multipart/form-data* format:
134134
Aliases are optional, and we use curl ``@`` syntax to post files.
135135
The output is full certificate chain (with key appended), suitable for direct
136136
consumption by HAProxy.
137+
138+
.. _`haproxy-lua-http`: https://github.com/haproxytech/haproxy-lua-http
139+
.. _`json.lua`: https://github.com/rxi/json.lua
140+
.. _`luaossl`: https://github.com/wahern/luaossl

0 commit comments

Comments
 (0)