From 1a30fe2a2e0dc85b0d435e91df1e15b2a19e6c08 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 2 Oct 2024 14:48:22 -0700 Subject: [PATCH 1/2] Add Rust Crates artifact repository to assets.md --- assets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets.md b/assets.md index 24579446..ddac7c27 100644 --- a/assets.md +++ b/assets.md @@ -18,6 +18,7 @@ This file is intended to list all the assets controlled by OpenTelemetry. * [NuGet OpenTelemetry organization](#nuget-opentelemetry-organization) * [MyGet OpenTelemetryCNCF account](#myget-opentelemetrycncf-account) * [NPM OpenTelemetry Organization](#npm-opentelemetry-organization) + * [Crates](#crates) * [Maven](#maven) * [PyPI](#pypi) - [Communication channels](#communication-channels) @@ -152,6 +153,12 @@ Link: https://www.npmjs.com/settings/opentelemetry/packages - Admin: Daniel Dyla @dyladan - Member: Bogdan Drutu @bogdandrutu +### Crates + +Link: https://crates.io/teams/github:open-telemetry:rust-publishers + +Owners: [@open-telemetry/rust-publishers](https://github.com/orgs/open-telemetry/teams/rust-publishers) + ### Maven Link: https://repo1.maven.org/maven2/io/opentelemetry/ From 5e64136eebabfa36ca2821fa8c542d4ea0f25a23 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 2 Oct 2024 15:17:08 -0700 Subject: [PATCH 2/2] link check --- .github/scripts/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index c30bf765..b2dc9601 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -43,6 +43,9 @@ }, { "pattern" : "https://slack.cncf.io/" + }, + { + "pattern" : "https://crates.io" } ] }