From 05546e2055f7c08ef219834470e03f3a1f7d4a2b Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 5 Sep 2025 16:29:42 -0700 Subject: [PATCH 1/2] Test - Linking using relative path on GitHub README.md --- README.md | 3 ++- blog-csoar/2024/12-31.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eb15d3b6f..2cb10d1f96 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To contribute to Sumo Docs, ensure you have the following tools installed: ## Apply your changes -Make edits using [Markdown syntax](https://help.sumologic.com/docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines. +Make edits using [Markdown syntax](./docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines. Refer to our [Contributor Guidelines](https://help.sumologic.com/docs/contributing/create-edit-doc/#edit-a-doc) for more information on: - Markdown editing @@ -63,6 +63,7 @@ Refer to our [Contributor Guidelines](https://help.sumologic.com/docs/contributi - Testing your changes All contributions must follow our [Style Guide](https://help.sumologic.com/docs/contributing/style-guide/). +All contributions must follow our [Style Guide](/docs/contributing/style-guide/). ## Building locally diff --git a/blog-csoar/2024/12-31.md b/blog-csoar/2024/12-31.md index dd1bcfedfd..0ea38f1e19 100644 --- a/blog-csoar/2024/12-31.md +++ b/blog-csoar/2024/12-31.md @@ -320,7 +320,7 @@ The Python upgrade impacts a total of 38 integrations. These integrations will r Please be aware that with this update, the output from certain actions may no longer be displayed as expected if they were customized in your current setup. This is an important consideration for your workflows, and we recommend reviewing any customizations you have in place. -To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. Click here for the "Updating App Central Integrations" guide. +To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. Click here for the "Updating App Central Integrations" guide. Below is the full list of integrations that will be affected by the Python upgrade. Please review this list to determine which integrations in your environment will require attention. From cf24ccea02f395bf90773d75146fe387fa119757 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 5 Sep 2025 19:43:58 -0700 Subject: [PATCH 2/2] Test 2 - Linking using relative path on GitHub README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb10d1f96..0dca573b0b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To contribute to Sumo Docs, ensure you have the following tools installed: ## Apply your changes -Make edits using [Markdown syntax](./docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines. +Make edits using [Markdown syntax](/docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines. Refer to our [Contributor Guidelines](https://help.sumologic.com/docs/contributing/create-edit-doc/#edit-a-doc) for more information on: - Markdown editing @@ -63,7 +63,7 @@ Refer to our [Contributor Guidelines](https://help.sumologic.com/docs/contributi - Testing your changes All contributions must follow our [Style Guide](https://help.sumologic.com/docs/contributing/style-guide/). -All contributions must follow our [Style Guide](/docs/contributing/style-guide/). +All contributions must follow our [Style Guide](docs/contributing/style-guide.md). ## Building locally