summaryrefslogtreecommitdiff
path: root/sites/pmikkelsen.com/plan9/webfs-websocket.md
diff options
context:
space:
mode:
Diffstat (limited to 'sites/pmikkelsen.com/plan9/webfs-websocket.md')
-rw-r--r--sites/pmikkelsen.com/plan9/webfs-websocket.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/pmikkelsen.com/plan9/webfs-websocket.md b/sites/pmikkelsen.com/plan9/webfs-websocket.md
index c229f95..084411b 100644
--- a/sites/pmikkelsen.com/plan9/webfs-websocket.md
+++ b/sites/pmikkelsen.com/plan9/webfs-websocket.md
@@ -1,7 +1,7 @@
# Creating websocket connections via 9front's webfs
With the following patch (note: work in progress, contains bugs), 9front's webfs can be used
-to create websocket connections. The patch is available [here](/_files/websocket-webfs.patch).
+to create websocket connections. The patch is available [here](https://files.pmikkelsen.com/websocket-webfs.patch).
## The idea
@@ -74,4 +74,4 @@ back to the user.
## Bugs
Yes. The code doesn't really handle errors or connection shutdowns yet. Also, I need to add proper cleanup code
-around in different places. \ No newline at end of file
+around in different places.