Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/testing/hypernode-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/best-practices/usage/hypernode-magerun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down