Repairs example urls

This commit is contained in:
Henning Dieterichs 2023-06-12 11:49:15 +02:00
parent 60a087657e
commit 990456e51f
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
2 changed files with 28 additions and 11 deletions

6
.vscode/launch.json vendored
View file

@ -15,6 +15,12 @@
"order": 1
}
},
{
"name": "Website",
"type": "chrome",
"request": "launch",
"url": "http://localhost:8080/"
},
{
// Clone VS Code and make sure the task "Launch Http Server" runs.
// Then the editor is build from sources.