From 1dec30aba10dd0bd2dea4e96a77c01ce93121de9 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Tue, 5 Nov 2024 09:59:37 -0700 Subject: [PATCH] set links for Malcolm issues board to point to upstream repo --- docs/capabilities-and-limitations.md | 2 +- docs/kubernetes.md | 2 +- hedgehog-iso/build.sh | 2 +- hedgehog-raspi/sensor_install.sh | 2 +- malcolm-iso/build.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/capabilities-and-limitations.md b/docs/capabilities-and-limitations.md index 4da398fef..7b13a9c29 100644 --- a/docs/capabilities-and-limitations.md +++ b/docs/capabilities-and-limitations.md @@ -111,7 +111,7 @@ In short, Malcolm provides an easily deployable traffic analysis tool suite for - Support + The organizations supporting Malcolm's development do not offer paid professional services or any contract-based support. Any support provided is done the same way most other open-source projects do so, which is through GitHub, for example: * [Community discussions board](https://github.com/cisagov/Malcolm/discussions) - * [Issue and feature tracking](https://github.com/idaholab/malcolm/issues?q=is%3Aissue+is%3Aopen+-label%3Atraining) + * [Issue and feature tracking](https://github.com/cisagov/malcolm/issues?q=is%3Aissue+is%3Aopen+-label%3Atraining) * [Project roadmap tracking](https://github.com/orgs/idaholab/projects/1) + Beyond engagement via the forums listed here, no expectation of any particular level of support should be assumed. * User experience/UI/intuitive diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 199dfff6b..8f8e3434b 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -602,7 +602,7 @@ The Malcolm [user interface](quickstart.md#UserInterfaceURLs) should be accessib # Future Enhancements -Deploying Malcolm with Kubernetes is a new (and still somewhat experimental) feature, and does not yet support the full range of Malcolm features. Development around these features is [ongoing](https://github.com/idaholab/Malcolm/issues?q=is%3Aissue+is%3Aopen+kubernetes). Some of the notable features that are still a work in progress for Kubernetes deployment include: +Deploying Malcolm with Kubernetes is a new (and still somewhat experimental) feature, and does not yet support the full range of Malcolm features. Development around these features is [ongoing](https://github.com/cisagov/Malcolm/issues?q=is%3Aissue+is%3Aopen+kubernetes). Some of the notable features that are still a work in progress for Kubernetes deployment include: ## Live Traffic Analysis diff --git a/hedgehog-iso/build.sh b/hedgehog-iso/build.sh index d2b0d0bf2..a78b946be 100755 --- a/hedgehog-iso/build.sh +++ b/hedgehog-iso/build.sh @@ -135,7 +135,7 @@ if [ -d "$WORKDIR" ]; then echo "HOME_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm\"" >> ./config/includes.chroot/opt/sensor/.os-info echo "DOCUMENTATION_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm/docs/hedgehog.html\"" >> ./config/includes.chroot/opt/sensor/.os-info echo "SUPPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}\"" >> ./config/includes.chroot/opt/sensor/.os-info - echo "BUG_REPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}/malcolm/issues\"" >> ./config/includes.chroot/opt/sensor/.os-info + echo "BUG_REPORT_URL=\"https://github.com/cisagov/malcolm/issues\"" >> ./config/includes.chroot/opt/sensor/.os-info # environment variables to pass into chroot [[ -f "$SCRIPT_PATH/shared/environment.chroot" ]] && \ diff --git a/hedgehog-raspi/sensor_install.sh b/hedgehog-raspi/sensor_install.sh index 12c82de02..f1fa87af1 100644 --- a/hedgehog-raspi/sensor_install.sh +++ b/hedgehog-raspi/sensor_install.sh @@ -376,7 +376,7 @@ install_files() { echo "HOME_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm\"" >> "$sensor_ver_file" echo "DOCUMENTATION_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm/docs/hedgehog.html\"" >> "$sensor_ver_file" echo "SUPPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}\"" >> "$sensor_ver_file" - echo "BUG_REPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}/malcolm/issues\"" >> "$sensor_ver_file" + echo "BUG_REPORT_URL=\"https://github.com/cisagov/malcolm/issues\"" >> "$sensor_ver_file" # grab maxmind geoip database files, iana ipv4 address ranges, wireshark oui lists, etc. mkdir -p /opt/arkime/etc diff --git a/malcolm-iso/build.sh b/malcolm-iso/build.sh index 04496f33e..db293d456 100755 --- a/malcolm-iso/build.sh +++ b/malcolm-iso/build.sh @@ -174,7 +174,7 @@ if [ -d "$WORKDIR" ]; then echo "HOME_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm\"" >> "$MALCOLM_DEST_DIR"/.os-info echo "DOCUMENTATION_URL=\"https://${IMAGE_PUBLISHER}.github.io/Malcolm\"" >> "$MALCOLM_DEST_DIR"/.os-info echo "SUPPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}\"" >> "$MALCOLM_DEST_DIR"/.os-info - echo "BUG_REPORT_URL=\"https://github.com/${IMAGE_PUBLISHER}/malcolm/issues\"" >> "$MALCOLM_DEST_DIR"/.os-info + echo "BUG_REPORT_URL=\"https://github.com/cisagov/malcolm/issues\"" >> "$MALCOLM_DEST_DIR"/.os-info # environment variables to pass into chroot [[ -f "$SCRIPT_PATH/shared/environment.chroot" ]] && \