Skip to content

Commit

Permalink
Remove Markdown ignore links
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jan 30, 2025
1 parent 2b932df commit 8704830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ VITE_PUBLIC_EMAIL_PASSWORD_SIGN_IN=""
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.<!-- markdown-link-check-disable-line -->
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Check failure on line 52 in README.md

View workflow job for this annotation

GitHub Actions / Linkspector

[linkspector] README.md#L52

Cannot reach http://localhost:3000. Status: null net::ERR_CONNECTION_REFUSED at http://localhost:3000
Raw output
message:"Cannot reach http://localhost:3000. Status: null net::ERR_CONNECTION_REFUSED at http://localhost:3000" location:{path:"README.md" range:{start:{line:52 column:6} end:{line:52 column:52}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}

You can edit the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

Expand All @@ -60,7 +60,7 @@ You can edit the page by modifying `app/page.tsx`. The page auto-updates as you

You can view the images you create with `docker images`.

Open [http://localhost](http://localhost) with your browser to see the result. You can visit [http://localhost:8080](http://localhost:8080) to see the reverse proxy setup before the main application.<!-- markdown-link-check-disable-line -->
Open [http://localhost](http://localhost) with your browser to see the result. You can visit [http://localhost:8080](http://localhost:8080) to see the reverse proxy setup before the main application.

Check failure on line 63 in README.md

View workflow job for this annotation

GitHub Actions / Linkspector

[linkspector] README.md#L63

Cannot reach http://localhost. Status: null net::ERR_CONNECTION_REFUSED at http://localhost
Raw output
message:"Cannot reach http://localhost. Status: null net::ERR_CONNECTION_REFUSED at http://localhost" location:{path:"README.md" range:{start:{line:63 column:6} end:{line:63 column:42}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}

Check failure on line 63 in README.md

View workflow job for this annotation

GitHub Actions / Linkspector

[linkspector] README.md#L63

Cannot reach http://localhost:8080. Status: null net::ERR_CONNECTION_REFUSED at http://localhost:8080
Raw output
message:"Cannot reach http://localhost:8080. Status: null net::ERR_CONNECTION_REFUSED at http://localhost:8080" location:{path:"README.md" range:{start:{line:63 column:94} end:{line:63 column:140}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}

The `docker-compose.yml` setup contains a production-ready setup using a reverse proxy.

Expand Down

0 comments on commit 8704830

Please sign in to comment.