Skip to content

Commit 6c23b65

Browse files
author
Menno Smits
committed
Repair links to examples
These were broken during the recent rearranging of non-essential package content.
1 parent 16f4b9f commit 6c23b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following example shows a simple interaction with an IMAP
4141
server. It displays the message ID, size and IMAP flags of all
4242
non-deleted messages in the INBOX folder.
4343

44-
.. literalinclude:: ../../imapclient/examples/example.py
44+
.. literalinclude:: ../../examples/example.py
4545

4646
The output from this example could look something like this
4747

@@ -163,13 +163,13 @@ to start with the default context and modify it to suit your needs.
163163
The following example shows how to to disable certification
164164
verification and certificate host name checks if required.
165165

166-
.. literalinclude:: ../../imapclient/examples/tls_no_checks.py
166+
.. literalinclude:: ../../examples/tls_no_checks.py
167167

168168
The next example shows how to create a context that will use custom CA
169169
certificate. This is required to perform verification of a self-signed
170170
certificate used by the IMAP server.
171171

172-
.. literalinclude:: ../../imapclient/examples/tls_cacert.py
172+
.. literalinclude:: ../../examples/tls_cacert.py
173173

174174
The above examples show some of the most common TLS parameter
175175
customisations but there are many other tweaks are possible. Consult

0 commit comments

Comments
 (0)