We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6fe04 commit 82b575bCopy full SHA for 82b575b
1 file changed
README.rst
@@ -72,9 +72,11 @@ And here's an echo server (Python ≥ 3.6):
72
websockets.serve(echo, 'localhost', 8765))
73
asyncio.get_event_loop().run_forever()
74
75
-Does that look good? `Start here`_.
+Does that look good?
76
77
-.. _Start here: https://websockets.readthedocs.io/en/stable/intro.html
+`Start here!`_
78
+
79
+.. _Start here!: https://websockets.readthedocs.io/en/stable/intro.html
80
81
Why should I use ``websockets``?
82
--------------------------------
0 commit comments