Skip to content

Commit ebec4ec

Browse files
committed
redirected links
1 parent 22f6fd6 commit ebec4ec

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head: []
77
description: Consider information about post-quantum cryptography at Cloudflare - deployed key agreements and software support.
88
---
99

10-
Cloudflare's deployment of post-quantum [hybrid key agreements](/ssl/post-quantum-cryptography/#hybrid-key-agreement) is supported by different software as listed below. [Contributions](https://github.com/cloudflare/cloudflare-docs/blob/production/CONTRIBUTING.md) to keep the listing up-to-date are welcome!
10+
Cloudflare's deployment of post-quantum [hybrid key agreements](/ssl/post-quantum-cryptography/#hybrid-key-agreement) is supported by different software as listed below. [Contributions](/style-guide/contributions/) to keep the listing up-to-date are welcome.
1111

1212
:::caution
1313
The list below is for reference only. Responsibility for third-party software lies with their respective maintainers. Use them at your own discretion.

src/content/docs/style-guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Understanding Cloudflare style is the first step in being able to write, review,
1717
- Minimized customer confusion
1818
- Simplified translation process
1919

20-
Visit the [Cloudflare Docs](https://github.com/cloudflare/cloudflare-docs) repository to contribute to developer documentation.
20+
To contribute to the documentation, visit the [contributor guide](/style-guide/contributions/).
2121

2222
## Available resources
2323

src/content/docs/turnstile/community-resources.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ As such, Cloudflare is not liable for any damages arising from using them.
1717

1818
:::note
1919

20-
Did we miss your library? [Contribute to our list][1].
21-
22-
[1]: https://github.com/cloudflare/cloudflare-docs/blob/production/CONTRIBUTING.md#pull-request-guidelines
20+
Did we miss your library? [Contribute to our list](/style-guide/contributions/)
2321

2422
:::
2523

src/plugins/expressive-code/graphql-api-explorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function compressGql(gql) {
1111
}
1212

1313
/**
14-
* See CONTRIBUTING.md for instructions on how to use this plugin.
14+
* See https://developers.cloudflare.com/style-guide/contributions/ for instructions on how to use this plugin.
1515
* @param {string} query
1616
*/
1717
function autoPopulateGraphQLVariables(query) {

0 commit comments

Comments
 (0)