Skip to content

Commit b488e8d

Browse files
authored
Fix REST API sample URL README.md for WebServer (#91)
1 parent 914e260 commit b488e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ There is a more advance example with simple REST API to get a list of Person and
100100

101101
## A simple GPIO controller REST API
102102

103-
You will find in simple [GPIO controller sample](./WebServer.GpioRest) REST API. The controller not case sensitive and is working like this:
103+
You will find in simple [GPIO controller sample](https://github.com/nanoframework/Samples/tree/main/samples/Webserver/WebServer.GpioRest) REST API. The controller not case sensitive and is working like this:
104104

105105
- To open the pin 2 as output: http://yoururl/open/2/output
106106
- To open pin 4 as input: http://yoururl/open/4/input

0 commit comments

Comments
 (0)