We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7d524 commit 8eb252cCopy full SHA for 8eb252c
README.md
@@ -769,7 +769,7 @@ type Startup() =
769
770
## Sample applications
771
772
-There is a basic sample application in the `/samples/SampleApp` folder.
+There is a basic sample application in the [`/samples/SampleApp`](https://github.com/dustinmoris/Giraffe/tree/develop/samples/SampleApp) folder.
773
774
More sample applications will be added in the future.
775
appveyor.yml
@@ -25,6 +25,6 @@ deploy:
25
api_key:
26
secure: +XDgIu4Tmln7LKedNmQgMFnyKTxxuCKFRK3V5oKEfwZiakPXRd5C7OueEGBL50oh
27
skip_symbols: false
28
- artifact: /.*Giraffe\..*\.nupkg/
+ artifact: /.*\.nupkg/
29
on:
30
appveyor_repo_tag: true
0 commit comments