fixing broken links (#1052)

* fixing broken link in logs readme
* typo
* another broken link
This commit is contained in:
Brett McBride 2023-06-23 21:00:17 +10:00 committed by GitHub
parent 51137bfea6
commit 58e19760e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ Exported spans can also be seen in jaeger at [http://127.0.0.1:16686](http://127
## Metrics signals
Meters must be obtained from a `MeterProvider`
See https://opentelemetry.io/docs/instrumentation/php/manual/#metrics
### Metrics examples
@ -167,7 +167,7 @@ See [basic example](./examples/metrics/basic.php)
## Log signals
See https://opentelemetry.io/docs/instrumentation/php/logging/
See https://opentelemetry.io/docs/instrumentation/php/manual/#logging
### Logging examples

View File

@ -15,5 +15,5 @@ This means that a "log appender" in the 3rd party logging library (sometimes kno
- convert logs from its own log format into OpenTelemetry's `LogRecord` format
- send the logs to OpenTelemetry via `Logger::logRecord()`
See [monolog-otel-integration](examples/logs/features/monolog-otel-integration.md) for an example.
See [monolog-otel-integration](/examples/logs/features/monolog-otel-integration.php) for an example.