Skip to content

Commit

Permalink
fix links on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed May 25, 2022
1 parent 9caa192 commit faa3c79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All you need to do is creating a docker-compose.yml like this in your project ro
version: '3.3'
services:
app:
image: testing
image: convenia/php-full:latest
container_name: application
volumes:
- .:/var/www/app
Expand Down Expand Up @@ -40,7 +40,7 @@ The image build runs every week in order to ensure that all software are up to d

### Change Nginx Configuration

The nginx configuration can be found [here](#github-link). Usually we need to override this configuration for some reason.
The nginx configuration can be found [here](https://github.com/convenia/php-full-8.1-image/blob/main/docker/nginx/default.conf). Usually we need to override this configuration for some reason.

We can override nginx configuration at build time by coping a new onfiguration over the default one

Expand All @@ -66,4 +66,4 @@ services:
### Bugs, and suggestion
For any suggestion or bug try to [open an issue on github]() or [send a tweet](https://twitter.com/convenia) to us
For any suggestion or bug try to [open an issue on github](https://github.com/convenia/php-full-8.1-image) or [send a tweet](https://twitter.com/convenia) to us
6 changes: 3 additions & 3 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
version: '3.3'
services:
app:
image: testing
image: convenia/php-full:latest
container_name: application
volumes:
- .:/var/www/app
Expand Down Expand Up @@ -186,7 +186,7 @@
<div class="division-bar">
</div>

<p>The nginx configuration can be found <a href="">here</a>. Usually we need to override this configuration for some reason.</p>
<p>The nginx configuration can be found <a href="https://github.com/convenia/php-full-8.1-image/blob/main/docker/nginx/default.conf">here</a>. Usually we need to override this configuration for some reason.</p>
<p>We can override nginx configuration at build time by coping a new onfiguration over the default one</p>
<pre class="button code">
FROM convenia/php-full:latest
Expand Down Expand Up @@ -214,7 +214,7 @@
For any suggestion or bug try to open an issue on github or send a tweet to us
</p>

<a href="https://twitter.com/convenia" class="button" style="display: inline-block;">
<a href="https://github.com/convenia/php-full-8.1-image" class="button" style="display: inline-block;">
Github
</a>

Expand Down

0 comments on commit faa3c79

Please sign in to comment.