diff --git a/json/json/client.py b/json/json/client.py index 5c303dcf..25811377 100644 --- a/json/json/client.py +++ b/json/json/client.py @@ -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 diff --git a/templating/handlebars/static/templates/index.html b/templating/handlebars/static/templates/index.html index 013026cb..4ecfc8fd 100644 --- a/templating/handlebars/static/templates/index.html +++ b/templating/handlebars/static/templates/index.html @@ -7,6 +7,6 @@

{{name}} example

-

This is an example of how to use {{name}} with Actix-Web.

+

This is an example of how to use {{name}} with Actix Web.

diff --git a/websockets/chat-tcp/README.md b/websockets/chat-tcp/README.md index b9f9c6d2..63d8051a 100644 --- a/websockets/chat-tcp/README.md +++ b/websockets/chat-tcp/README.md @@ -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: diff --git a/websockets/chat/README.md b/websockets/chat/README.md index 6d3d057e..8482ed76 100644 --- a/websockets/chat/README.md +++ b/websockets/chat/README.md @@ -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: