Skip to content

Commit 725dcbf

Browse files
committed
fixes:39
1 parent 42a46ab commit 725dcbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ In some cases is quite useful to provide all the information available within th
167167
things such as exception information, the method, file, log line where the log was generated.
168168

169169
If you are interested on understanding more about the differences between the agent vs handler
170-
approach, I'd suggest reading [this conversation thread](https://github.com/cmanaha/python-elasticsearch-logger/issues/44).
170+
approach, I'd suggest reading `this conversation thread <https://github.com/cmanaha/python-elasticsearch-logger/issues/44/>`_
171171

172172
The same functionality can be implemented in many other different ways. For example, consider the integration
173-
using [SysLogHandler](https://docs.python.org/3/library/logging.handlers.html#sysloghandler) and
174-
[logstash syslog plugin](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-syslog.html).
173+
using `SysLogHandler<https://docs.python.org/3/library/logging.handlers.html#sysloghandler>`_ and
174+
`logstash syslog plugin<https://www.elastic.co/guide/en/logstash/current/plugins-inputs-syslog.html>`_.
175175

176176

177177
Contributing back

0 commit comments

Comments
 (0)