Skip to content

Commit 82b575b

Browse files
committed
Make link to docs more prominent.
Ref #484.
1 parent 9d6fe04 commit 82b575b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ And here's an echo server (Python ≥ 3.6):
7272
websockets.serve(echo, 'localhost', 8765))
7373
asyncio.get_event_loop().run_forever()
7474
75-
Does that look good? `Start here`_.
75+
Does that look good?
7676

77-
.. _Start here: https://websockets.readthedocs.io/en/stable/intro.html
77+
`Start here!`_
78+
79+
.. _Start here!: https://websockets.readthedocs.io/en/stable/intro.html
7880

7981
Why should I use ``websockets``?
8082
--------------------------------

0 commit comments

Comments
 (0)