Skip to content

Commit 2521e3a

Browse files
committed
forgot to fix bad app url def
1 parent 55a8c42 commit 2521e3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
119119
 
120120
## Application Setup
121121

122-
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
122+
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud](https://nextcloud.com/).
123123

124124
If you are updating our container along with the in app updater and you are not customizing our default nginx configuration you will need to remove the file:
125125
```

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ optional_block_1: false
4848
# application setup block
4949
app_setup_block_enabled: true
5050
app_setup_block: |
51-
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
51+
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud]({{ project_url }}).
5252
5353
If you are updating our container along with the in app updater and you are not customizing our default nginx configuration you will need to remove the file:
5454
```

0 commit comments

Comments
 (0)