From ba7812fb0a3ba1c8c335e5128f3485cbec8927c7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 8 Mar 2022 15:49:32 +0000 Subject: [PATCH] fix links --- json/json/client.py | 2 +- templating/handlebars/static/templates/index.html | 2 +- websockets/chat-tcp/README.md | 2 +- websockets/chat/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: