Skip to content

Commit f91107f

Browse files
committed
all relative links
1 parent 6d057bb commit f91107f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Examples/Nginx/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ NOTES:
1010
### 1. Copy the necessary files to your NGINX filesystem
1111

1212
Copy the following two folders from this repository to your NGINX filesystem:
13-
- [SDK](https://github.com/queueit/KnownUser.V3.Lua/tree/master/SDK) -> `./usr/queueit/SDK`
14-
- [Helpers](https://github.com/queueit/KnownUser.V3.Lua/tree/master/Helpers) -> `./usr/queueit/Helpers`
13+
- [SDK](../../SDK) -> `./usr/queueit/SDK`
14+
- [Helpers](../../Helpers) -> `./usr/queueit/Helpers`
1515

1616
Copy the main handler script:
1717

18-
- [Handlers/KnownUserNginxHandler.lua](https://github.com/queueit/KnownUser.V3.Lua/blob/master/Handlers/KnownUserNginxHandler.lua) -> `./usr/queueit/KnownUserNginxHandler.lua`
18+
- [Handlers/KnownUserNginxHandler.lua](../../Handlers/KnownUserNginxHandler.lua) -> `./usr/queueit/KnownUserNginxHandler.lua`
1919

2020

2121
### 2. Update the package paths
@@ -70,7 +70,7 @@ NOTE: In this example `rewrite_by_lua_block` directive was added to default loca
7070

7171
### 4) Provide the configuration file
7272

73-
The above code requires you to provide the `integrationconfig.json` file which contains the configuration you create on the Queue-it GO platform ([more info here](../../README.md#1-providing-the-queue-configuration)). There are various ways to provide this file. Please read the [specific documentation here](../../Documentation).
73+
The above code requires you to provide the `integrationconfig.json` file which contains the configuration you create on the Queue-it GO platform ([more info here](../../README.md#1-providing-the-queue-configuration)). There are various ways to provide this file. Please read the [specific documentation here](../../Documentation/README.md).
7474

7575

7676
## Request body trigger (advanced)
@@ -89,4 +89,3 @@ location / {
8989
...
9090
}
9191
```
92-

0 commit comments

Comments
 (0)