From 8c9deb06b479a64d13222b542590c63055013d3c Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Fri, 10 Oct 2025 11:54:13 +0200 Subject: [PATCH] Update support.hypernode.com references to docs.hypernode.com --- README.md | 2 +- .../security/how-to-secure-magento-cacheleak.md | 2 +- docs/best-practices/testing/hypernode-docker.md | 4 ++-- docs/best-practices/usage/hypernode-magerun.md | 2 +- .../magento-2/how-to-protect-the-magento-2-api.md | 2 +- .../how-to-get-started-with-your-hypernode-trial.md | 2 +- .../tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b19b6d2b..941cd488 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Generating new docs ```bash -DOC_URL=https://support.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x +DOC_URL=https://docs.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x bin/download_doc --output-dir=docs/ecommerce-applications $DOC_URL ``` diff --git a/docs/best-practices/security/how-to-secure-magento-cacheleak.md b/docs/best-practices/security/how-to-secure-magento-cacheleak.md index ebb59213..817c3da8 100644 --- a/docs/best-practices/security/how-to-secure-magento-cacheleak.md +++ b/docs/best-practices/security/how-to-secure-magento-cacheleak.md @@ -278,7 +278,7 @@ http { # would not be able to redirect the magmi .php files (which are # the ones we really MUST redirect). location ~* /magmi($|/) { - return https://support.hypernode.com/knowledgebase/securing-access-to-magmi/; + return https://docs.hypernode.com/knowledgebase/securing-access-to-magmi/; } location ~ .php/ { diff --git a/docs/best-practices/testing/hypernode-docker.md b/docs/best-practices/testing/hypernode-docker.md index 34540275..9f918439 100644 --- a/docs/best-practices/testing/hypernode-docker.md +++ b/docs/best-practices/testing/hypernode-docker.md @@ -131,7 +131,7 @@ Host/IP: xxxxx-dummytag-docker.nodes.hypernode.io (172.17.0.3) Account_id: 666 Release: release-5278-28-ga9d3844 @ 2018-06-05 12:56:34 UTC -Handy commands (more at https://support.hypernode.com): +Handy commands (more at https://docs.hypernode.com): livefpm (see live PHP status) tal | pnl (follow live requests) @@ -209,7 +209,7 @@ Host/IP: xxxxx-dummytag-docker.nodes.hypernode.io (172.17.0.3) Account_id: 666 Release: release-5278-28-ga9d3844 @ 2018-06-05 12:56:34 UTC -Handy commands (more at https://support.hypernode.com): +Handy commands (more at https://docs.hypernode.com): livefpm (see live PHP status) tal | pnl (follow live requests) diff --git a/docs/best-practices/usage/hypernode-magerun.md b/docs/best-practices/usage/hypernode-magerun.md index ffa32945..151e3b37 100644 --- a/docs/best-practices/usage/hypernode-magerun.md +++ b/docs/best-practices/usage/hypernode-magerun.md @@ -64,7 +64,7 @@ Quickly reference the most common lines in the log file ordered by frequency. n98-magerun hypernode:maps-generate ``` -Outputs or saves a http.magerunmaps boilerplate containing your store setup for Nginx. Refer to the [Hypernode Nginx documentation.](https://support.hypernode.com/knowledgebase/how-to-use-nginx/) +Outputs or saves a http.magerunmaps boilerplate containing your store setup for Nginx. Refer to the [Hypernode Nginx documentation.](../../hypernode-platform/nginx.md) ### Varnish config diff --git a/docs/ecommerce-applications/magento-2/how-to-protect-the-magento-2-api.md b/docs/ecommerce-applications/magento-2/how-to-protect-the-magento-2-api.md index d36e065c..e49f5be1 100644 --- a/docs/ecommerce-applications/magento-2/how-to-protect-the-magento-2-api.md +++ b/docs/ecommerce-applications/magento-2/how-to-protect-the-magento-2-api.md @@ -45,7 +45,7 @@ Modify the lines of the following block: ```nginx location ~ ^/(pub/)?(rest|soap)(/.+)?/V1/(products|store/storeViews|store/storeConfigs)/?$ { - return https://support.hypernode.com/knowledgebase/protecting-the-magento-2-api/; + return https://docs.hypernode.com/knowledgebase/protecting-the-magento-2-api/; } ``` diff --git a/docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md b/docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md index dca5f149..86fc71db 100644 --- a/docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md +++ b/docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md @@ -139,6 +139,6 @@ Convinced about Hypernode? [Convert your trial into a paid hosting plan](../../a ## In Need of Support? -We encourage you to have a look at our extensive Hypernode support documentation on [support.hypernode.com](../../index.md). Here you will find useful information and tips and tricks on e.g. how to import a shop to Hypernode, recommended tools for developers, etc. +We encourage you to have a look at our extensive Hypernode support documentation on [docs.hypernode.com](../../index.md). Here you will find useful information and tips and tricks on e.g. how to import a shop to Hypernode, recommended tools for developers, etc. Do you have questions about our Hypernode platform or would you like to give us some feedback? We would love to hear from you! Please send an email to [support@hypernode.com](mailto:support@hypernode.com) and we will get back to you. Our sales team and support team are available on weekdays from 8:00 AM until 18:00 PM CET/CEST (UTC+1/UTC+2). diff --git a/docs/hypernode-platform/tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md b/docs/hypernode-platform/tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md index ccf9e686..2fd5b86d 100644 --- a/docs/hypernode-platform/tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md +++ b/docs/hypernode-platform/tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md @@ -244,7 +244,7 @@ If you want to debug cron timing issues, use a wrapper that logs all issues to l ```bash #!/bin/bash # This script is a debug utility for cronjobs as explained in: -# - https://support.hypernode.com/knowledgebase/configure-cronjobs-on-hypernode/ +# - https://docs.hypernode.com/knowledgebase/configure-cronjobs-on-hypernode/ # It logs all output and timing to a log file # # To use it, download the script, add the executable bit and put it in your cronjob: