diff --git a/src/content/docs/china-network/concepts/global-acceleration.mdx b/src/content/docs/china-network/concepts/global-acceleration.mdx index 074ca76b3bd90e3..dfc9bca8aad9f7a 100644 --- a/src/content/docs/china-network/concepts/global-acceleration.mdx +++ b/src/content/docs/china-network/concepts/global-acceleration.mdx @@ -10,14 +10,14 @@ Global Acceleration a service offering that can be an add-on to China Network an Global Acceleration is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China. Global Acceleration is provided by our partners including CMI, CBC, and JD Cloud. Depending on what fits your needs best, Global Acceleration can support the following scenarios: -| Offer | Scenario | -| ----------------------------------------------------- | ------------------------------------------------------------- | -| [CDN Global Acceleration](#cdn-global-acceleration) | Higher performance of China Network CDN with dynamic content. | -| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in China. | -| [Magic WAN Connection](#mwan-global-acceleration) | Magic WAN used in China. | -| [ICP](#icp-services) | ICP services. | -| [MLPS](#mlps-services) | MLPS certification services. | -| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to China. | +| Offer | Scenario | +| --------------------------------------------------------------- | ------------------------------------------------------------- | +| [CDN Global Acceleration](#cdn-global-acceleration) | Higher performance of China Network CDN with dynamic content. | +| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in China. | +| [Magic WAN Global Acceleration](#magic-wan-global-acceleration) | Magic WAN used in China. | +| [ICP](#icp-services) | ICP services. | +| [MLPS](#mlps-services) | MLPS certification services. | +| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to China. | ## CDN Global Acceleration diff --git a/src/content/docs/fundamentals/security/cloudflare-challenges/index.mdx b/src/content/docs/fundamentals/security/cloudflare-challenges/index.mdx index caec7a15eb80165..7a99735a61440cc 100644 --- a/src/content/docs/fundamentals/security/cloudflare-challenges/index.mdx +++ b/src/content/docs/fundamentals/security/cloudflare-challenges/index.mdx @@ -27,7 +27,7 @@ Unless there are specific compatibility issues or other reasons to use other typ Depending on the characteristics of a request, Cloudflare will choose an appropriate type of challenge, which may include but is not limited to: -- A non-interactive challenge page (similar to the current [JS Challenge](#js-challenge)). +- A non-interactive challenge page (similar to the current [JS Challenge](#javascript-js-challenge)). - A custom interactive challenge (such as click a button). - [Private Access Tokens](#private-access-tokens) (using recent Apple operating systems). diff --git a/src/content/fields/index.yaml b/src/content/fields/index.yaml index 793673d750c47fe..cd8e974f332f4a6 100644 --- a/src/content/fields/index.yaml +++ b/src/content/fields/index.yaml @@ -484,7 +484,7 @@ entries: keywords: [request, bots, client, visitor] summary: Provides the type and purpose of a verified bot. description: |- - For more details, refer to [Verified Bot Categories](/bots/reference/verified-bot-categories/). + For more details, refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/). - name: cf.bot_management.score data_type: Number diff --git a/src/content/release-notes/workers-ai.yaml b/src/content/release-notes/workers-ai.yaml index 24602fa93adb9c5..e5ae0e9f3c070ba 100644 --- a/src/content/release-notes/workers-ai.yaml +++ b/src/content/release-notes/workers-ai.yaml @@ -9,7 +9,7 @@ entries: title: Minor updates to the model schema for llama-3.2-1b-instruct, whisper-large-v3-turbo, llama-guard description: |- - [llama-3.2-1b-instruct](/workers-ai/models/llama-3.2-1b-instruct/) - updated context window to the accurate 60,000 - - [whisper-large-v3-turbo](workers-ai/models/whisper-large-v3-turbo/) - new hyperparameters available + - [whisper-large-v3-turbo](/workers-ai/models/whisper-large-v3-turbo/) - new hyperparameters available - [llama-guard-3-8b](/workers-ai/models/llama-guard-3-8b/) - the messages array must alternate between `user` and `assistant` to function correctly - publish_date: "2025-02-21" title: Workers AI bug fixes