mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
fix links
This commit is contained in:
parent
e1d124c0e3
commit
ba7812fb0a
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This script could be used for actix-web multipart example test
|
||||
# This script could be used for Actix Web multipart example test
|
||||
# just start server and run client.py
|
||||
|
||||
import json
|
||||
|
@ -7,6 +7,6 @@
|
||||
|
||||
<body>
|
||||
<h1>{{name}} example</h1>
|
||||
<p>This is an example of how to use {{name}} with Actix-Web.</p>
|
||||
<p>This is an example of how to use {{name}} with Actix Web.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Websocket chat example
|
||||
|
||||
This is extension of the [actix chat example](https://github.com/actix/actix/tree/master/examples/chat)
|
||||
This is extension of the [actix chat example](https://github.com/actix/examples/tree/HEAD/websockets/chat)
|
||||
|
||||
Added features:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Websocket chat example
|
||||
|
||||
This is extension of the [actix chat example](https://github.com/actix/actix/tree/master/examples/chat)
|
||||
This is extension of the [actix chat example](https://github.com/actix/examples/tree/HEAD/websockets/chat)
|
||||
|
||||
Added features:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user