Skip to content

Commit 16bb189

Browse files
authored
Merge pull request #417 from ByteInternet/Update-support.hypernode.com-references-to-docs.hypernode.com
Update support.hypernode.com references to docs.hypernode.com
2 parents 7be5690 + 8c9deb0 commit 16bb189

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Generating new docs
44

55
```bash
6-
DOC_URL=https://support.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x
6+
DOC_URL=https://docs.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x
77
bin/download_doc --output-dir=docs/ecommerce-applications $DOC_URL
88
```
99

docs/best-practices/security/how-to-secure-magento-cacheleak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ http {
278278
# would not be able to redirect the magmi .php files (which are
279279
# the ones we really MUST redirect).
280280
location ~* /magmi($|/) {
281-
return https://support.hypernode.com/knowledgebase/securing-access-to-magmi/;
281+
return https://docs.hypernode.com/knowledgebase/securing-access-to-magmi/;
282282
}
283283
284284
location ~ .php/ {

docs/best-practices/testing/hypernode-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Host/IP: xxxxx-dummytag-docker.nodes.hypernode.io (172.17.0.3)
131131
Account_id: 666
132132
Release: release-5278-28-ga9d3844 @ 2018-06-05 12:56:34 UTC
133133

134-
Handy commands (more at https://support.hypernode.com):
134+
Handy commands (more at https://docs.hypernode.com):
135135

136136
livefpm (see live PHP status)
137137
tal | pnl (follow live requests)
@@ -209,7 +209,7 @@ Host/IP: xxxxx-dummytag-docker.nodes.hypernode.io (172.17.0.3)
209209
Account_id: 666
210210
Release: release-5278-28-ga9d3844 @ 2018-06-05 12:56:34 UTC
211211

212-
Handy commands (more at https://support.hypernode.com):
212+
Handy commands (more at https://docs.hypernode.com):
213213

214214
livefpm (see live PHP status)
215215
tal | pnl (follow live requests)

docs/best-practices/usage/hypernode-magerun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Quickly reference the most common lines in the log file ordered by frequency.
6464
n98-magerun hypernode:maps-generate
6565
```
6666

67-
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/)
67+
Outputs or saves a http.magerunmaps boilerplate containing your store setup for Nginx. Refer to the [Hypernode Nginx documentation.](../../hypernode-platform/nginx.md)
6868

6969
### Varnish config
7070

docs/ecommerce-applications/magento-2/how-to-protect-the-magento-2-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Modify the lines of the following block:
4545

4646
```nginx
4747
location ~ ^/(pub/)?(rest|soap)(/.+)?/V1/(products|store/storeViews|store/storeConfigs)/?$ {
48-
return https://support.hypernode.com/knowledgebase/protecting-the-magento-2-api/;
48+
return https://docs.hypernode.com/knowledgebase/protecting-the-magento-2-api/;
4949
}
5050
```
5151

docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ Convinced about Hypernode? [Convert your trial into a paid hosting plan](../../a
139139

140140
## In Need of Support?
141141

142-
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.
142+
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.
143143

144144
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).

docs/hypernode-platform/tools/how-to-use-periodic-tasks-cronjobs-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ If you want to debug cron timing issues, use a wrapper that logs all issues to l
244244
```bash
245245
#!/bin/bash
246246
# This script is a debug utility for cronjobs as explained in:
247-
# - https://support.hypernode.com/knowledgebase/configure-cronjobs-on-hypernode/
247+
# - https://docs.hypernode.com/knowledgebase/configure-cronjobs-on-hypernode/
248248
# It logs all output and timing to a log file
249249
#
250250
# To use it, download the script, add the executable bit and put it in your cronjob:

0 commit comments

Comments
 (0)