diff --git a/docs/opamp.md b/docs/opamp.md index 97f0e17f5..983f55797 100644 --- a/docs/opamp.md +++ b/docs/opamp.md @@ -1,6 +1,6 @@ # OpAMP Configuration -The BindPlane Agent can be setup as an agent that is managed by the [BindPlane OP platform](https://github.com/observiq/bindplane-op) via OpAMP. +The BindPlane Agent can be setup as an agent that is managed by the [BindPlane OP platform](https://observiq.com/) via OpAMP. ## Configuration diff --git a/internal/processor/snapshotprocessor/README.md b/internal/processor/snapshotprocessor/README.md index d9cb83ae8..b596ae448 100644 --- a/internal/processor/snapshotprocessor/README.md +++ b/internal/processor/snapshotprocessor/README.md @@ -2,7 +2,7 @@ Supported pipelines: logs, metrics, traces -This processor saves OTLP payloads into snapshots that can be reported to [BindPlane OP](https://github.com/observIQ/bindplane-op). +This processor saves OTLP payloads into snapshots that can be reported to [BindPlane OP](https://observiq.com/). ## Configuration diff --git a/updater/README.md b/updater/README.md index 430603755..9bb805979 100644 --- a/updater/README.md +++ b/updater/README.md @@ -1,6 +1,6 @@ # BindPlane Agent Updater -The updater is a separate binary that runs as a separate process to update agent artifacts (including the agent itself) when managed by [BindPlane OP](https://github.com/observIQ/bindplane-op). +The updater is a separate binary that runs as a separate process to update agent artifacts (including the agent itself) when managed by [BindPlane OP](https://observiq.com/). Because the updater interacts with the service manager, and may edit privileged files, it needs elevated privileges to run (root on Linux + macOS, administrative privileges on Windows).