-
Notifications
You must be signed in to change notification settings - Fork 283
fix(gen): Fixed broken links MTA-6946 #6793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,7 @@ An Internet Protocol address is a unique address that identifies a device on the | |
|
|
||
| ## TLD | ||
|
|
||
| TLD is the acronym used for top-level domains. It is the last segment of a domain name after the final dot. The most common example is `.com`, but there is a whole wide world of different TLDs. | ||
| Top-level domains (TLD) is the last segment of a domain name after the final dot. The most common example is `.com`, but there is a whole wide world of different TLDs. | ||
|
|
||
| ## DNSSEC | ||
|
|
||
|
|
@@ -40,12 +40,12 @@ DNSSEC cryptographically ensures that DNS content cannot be modified from its so | |
|
|
||
| Some TLDs have special requirements that can block you from ordering or renewing a domain. Registry may also ask for some verifications. | ||
|
|
||
| - **.eu**: the owner's postal address must be located within the European community. Following Brexit, the UK is [no longer considered part of the European community](https://eurid.eu/en/register-a-eu-domain/brexit-notice/). | ||
| - **.eu**: the owner's postal address must be located within the European community. Following Brexit, the UK is [no longer considered part of the European community](https://eurid.eu/en/news/final-reminder-on-brexit-related-suspended-domain/). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know what to think of the term "European community". It appears for .de too. Somehow it doesn't feel right. The "European Community" was the predecessor of the "European Union". Saying "European community" (especially with a lowercase "c") today in 2026 has a different ring to it somehow. |
||
| - **.be**: your authcode is only available directly from the registry. The phone number must be linked to the country declared in the postal address. | ||
| - **.de**: administrative contact and technical contact must be an individual located within the European community. | ||
| - **.la**: administrative contact and technical contact must be an individual. | ||
| - **.li**: administrative contact and technical contact must be an individual. | ||
|
|
||
| ## WAPS | ||
|
|
||
| WAPS, or **W**hois **A**ccuracy **P**rogram **S**pecification, is a system introduced by the [ICANN](https://www.icann.org/) to validate the contact information of a domain name. ICANN requires that all registrars validate their identity and keep the domain’s contact information up-to-date. | ||
| Whois Accuracy Program Specification (WAPS), is a system introduced by the [ICANN](https://www.icann.org/) to validate the contact information of a domain name. ICANN requires that all registrars validate their identity and keep the domain’s contact information up-to-date. | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,7 +67,7 @@ Domain owners are responsible for the use of their domain. | |||||
| If you are expecting a validation email (e.g. if you have modified your domain owner's contact information) but cannot find the email, try the following steps: | ||||||
| - Check your spam folder. | ||||||
| - Check and update, if necessary, the email address of your domain name contact from the [console](https://console.online.net/en/login). | ||||||
| - [Open a ticket](https://console.online.net/en/assistance/ticket) They will be able to check to which address the validation email has been sent and whether it has been validated. | ||||||
| - [Open a ticket](https://console.online.net/en/support/ticket) They will be able to check to which address the validation email has been sent and whether it has been validated. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| </Message> | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -97,5 +97,5 @@ WAPS, or **W**hois **A**ccuracy **P**rogram **S**pecification, is a system intro | |||||
| If you are expecting a validation email (e.g. if you have modified your domain owner's contact information) but cannot find the email, try the following steps: | ||||||
| - Check your spam folder | ||||||
| - Check and update, if necessary, the email address of your domain name contact from the [console](https://console.online.net/en/login). | ||||||
| - [Open a ticket](https://console.online.net/en/assistance/ticket) or contact the Support team directly. They will be able to check to which address the validation email has been sent and whether it has been validated. | ||||||
| - [Open a ticket](https://console.online.net/en/support/ticket) or contact the Support team directly. They will be able to check to which address the validation email has been sent and whether it has been validated. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| </Message> | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -139,6 +139,6 @@ If this message appears repeatedly or for long periods, your server may be sendi | |||||
| If the message persists, try clearing your browser cache or reloading the page multiple times. | ||||||
|
|
||||||
| <Message type="important"> | ||||||
| When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [support](https://console.online.net/en/assistance/ticket). | ||||||
| When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [support](https://console.online.net/en/support/ticket). | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| </Message> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,7 +14,7 @@ Q-in-Q takes the packets you send, along with your tags, and adds a special tag | |||||
| This way, we keep your tags inside our tag, and use numerous possible VLANs on your side (up to 4096 per server). | ||||||
|
|
||||||
| <Message type="note"> | ||||||
| Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact our [Support team](https://console.online.net/en/assistance/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server. | ||||||
| Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact our [Support team](https://console.online.net/en/support/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, the new link does not seem to work at my end. |
||||||
| </Message> | ||||||
|
|
||||||
| ## RPN | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -25,7 +25,5 @@ Your Dedibox server includes a remote reboot system, which we show you how to us | |||||
|
|
||||||
| <Message type="tip"> | ||||||
| - You can also reboot your server via [KVM](/dedibox-kvm-over-ip/). In the iDRAC and iLO KVM interfaces, you can switch your server OFF and ON again. This allows you to check what happens during its boot sequence and intervene if necessary. | ||||||
| - If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In the case the problem persists, [open a support ticket](https://console.online.net/en/assistance/ticket) to ask for a hardware check of your server. | ||||||
| - If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In the case the problem persists, [open a support ticket](https://console.online.net/en/support/ticket) to ask for a hardware check of your server. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| </Message> | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.