Fixed markdown syntax [..]() by .. .

This commit is contained in:
2017-02-12 12:24:14 +01:00
parent 847b890b48
commit 4d4bc89129
4 changed files with 11 additions and 11 deletions
@@ -50,7 +50,7 @@ Client send cookies to server
## Write and Read Cookies.
To send a cookie to the client we should use the **HTTP_HEADER** class, and call ```h.put_cookie``` feature or
```h.put_cookie_with_expiration_date``` feature, see [How to set Cookies]() to learn the details, and the set it to response object **WSF_RESPONSE** as we saw previously.
```h.put_cookie_with_expiration_date``` feature, see `How to set Cookies` to learn the details, and the set it to response object **WSF_RESPONSE** as we saw previously.
We will show an example.