Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 46a12cd

Browse files
authored
Merge pull request #47 from PineappleIOnic/fix-missing-ovh-url
Fix missing OVH Link in Custom Domains Docs
2 parents cce1b2d + b0c8c6f commit 46a12cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/custom-domains.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $dns = [
237237
],
238238
[
239239
'name' => 'OVH',
240-
'url' => '',
240+
'url' => 'https://ovh.com',
241241
'docs' => [
242242
'a' => null,
243243
'cname' => null,

0 commit comments

Comments
 (0)