Skip to content

Commit 4699e09

Browse files
committed
docs: fix links
1 parent c9b7d06 commit 4699e09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ request_started.connect(bind_request_details, app)
7474

7575
## OpenTelemetry
7676

77-
The [Python OpenTelemetry SDK](https://opentelemetry.io/docs/instrumentation/python/) offers an easy API to get the current span, so you can enrich your logs with a straight-forward processor:
77+
The [Python OpenTelemetry SDK](https://opentelemetry.io/docs/languages/python/) offers an easy API to get the current span, so you can enrich your logs with a straight-forward processor:
7878

7979
```python
8080
from opentelemetry import trace

docs/logging-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ All you have to do is to tell [Logstash] either that your log entries are prepen
8282

8383
### Graylog
8484

85-
[Graylog](https://www.graylog.org/) goes one step further.
85+
[Graylog](https://graylog.org/) goes one step further.
8686
It not only supports everything those above do (and then some); you can also directly log JSON entries towards it -- optionally even through an AMQP server (like [RabbitMQ](https://www.rabbitmq.com/)) for better reliability.
87-
Additionally, [Graylog's Extended Log Format](https://docs.graylog.org/docs/gelf) (GELF) allows for structured data which makes it an obvious choice to use together with *structlog*.
87+
Additionally, [Graylog's Extended Log Format](https://go2docs.graylog.org/current/getting_in_log_data/gelf.html) (GELF) allows for structured data which makes it an obvious choice to use together with *structlog*.
8888

8989

9090
[elasticsearch]: https://www.elastic.co/elasticsearch

0 commit comments

Comments
 (0)