diff --git a/ADOPTERS.md b/ADOPTERS.md index 9a3a402..8b2dcd0 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -9,7 +9,7 @@ Respect is a core principle in our open source community; see our [Code of Condu If you need to know why and how to add yourself to the list, please read the blog post "[Join the Microcks Adopters list](https://microcks.io/blog/join-adopters-list/) and Empower the vibrant open source Community 🙌" -This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/master/CONTRIBUTING.md) and by following these specifics guidelines: +This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/main/CONTRIBUTING.md) and by following these specifics guidelines: - Kindly include a reference (such as a link to a public blog post, video, slides, etc.) that mentions using Microcks. - You consent to have your company’s name and logo featured on the [Microcks.io website](https://microcks.io/), included in our adopters' section, and potentially displayed in our rotating logo carousel. - Adopter type follows the [CNCF definitions outlined](https://github.com/cncf/toc/blob/main/FAQ.md#what-is-the-definition-of-an-adopter): CNCF `End-User` member, `Another project`, `end user`, `Service Provider` or `Consultancy`. diff --git a/BACKERS.md b/BACKERS.md index 1dbe9f1..bbc87d2 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -26,7 +26,7 @@ If you'd like to help and support Microcks to [level up](https://www.cncf.io/pro ## Gold Sponsors [image width="250"]: # -[Become the first gold sponsor](hhttps://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=) +[Become the first gold sponsor](https://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=) ## Silver Sponsors [image width="200"]: # diff --git a/DEPENDENCY_POLICY.md b/DEPENDENCY_POLICY.md index 10c51d6..ef82c33 100644 --- a/DEPENDENCY_POLICY.md +++ b/DEPENDENCY_POLICY.md @@ -8,7 +8,7 @@ The list of external dependencies in this Microcks repository with their current ## Declaring external dependencies Depending on the Microcks Core or Module/extension technology stack, all external dependencies should be declared -in either [pom.xml](pom.xml), [package.json](package.json) or [go.mod](go.mod) root files. +in either `pom.xml`, `package.json` or `go.mod` root files. Dependency declarations must: @@ -48,7 +48,7 @@ basis: * Core Microcks dependencies will be updated by the Microcks maintainers/security team. -* Module/extension [CODEOWNERS](./CODEOWNERS) should update extension specific dependencies. +* Module/extension `CODEOWNERS` should update extension specific dependencies. Where possible, we prefer the latest release version for external dependencies, rather than main branch GitHub SHA tarballs. @@ -61,4 +61,4 @@ The following dependencies are exempt from the policy: * Any developer-only facing tooling or the documentation build. -* Transitive build time dependencies. \ No newline at end of file +* Transitive build time dependencies.