mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
fix links
This commit is contained in:
parent
e1d124c0e3
commit
ba7812fb0a
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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
|
# just start server and run client.py
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>{{name}} example</h1>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Websocket chat example
|
# 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:
|
Added features:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Websocket chat example
|
# 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:
|
Added features:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user