fix wrong url in README + move additional documentation to docs folder

This commit is contained in:
Niko Lockenvitz 2020-06-30 10:42:41 +02:00
parent 37c0bc1560
commit bd370b1849
No known key found for this signature in database
GPG key ID: 9403BD1956FFF190
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ You can find an example file and a command line interface to create and edit suc
Such files can be either loaded as a local file or from a URL. Such files can be either loaded as a local file or from a URL.
The latter one can easily be done if CORS headers are present but it might be that not everyone is able to configure this (e.g. static file server). The latter one can easily be done if CORS headers are present but it might be that not everyone is able to configure this (e.g. static file server).
See [no-cors.md](no-cors.md) for ideas how Same-origin policy can be bypassed without CORS. See [no-cors.md](docs/no-cors.md) for ideas how Same-origin policy can be bypassed without CORS.
### Internal Storing of Decks, Cards and Learning Progress ### Internal Storing of Decks, Cards and Learning Progress
````json ````json
@ -164,4 +164,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
## Deployment ## Deployment
The app is build and deployed to https://dhbw-ffc.github.io/ffc on every push to master branch (via GitHub Actions and GitHub Pages). The app is build and deployed to https://fancy-flashcard.github.io/ffc on every push to master branch (via GitHub Actions and GitHub Pages).