Skip to content

Commit

Permalink
Fixes broken links on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Apr 29, 2020
1 parent edca14e commit 73ab362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/views/partials/wrapper.html
Expand Up @@ -129,7 +129,7 @@

<div style="display: flex">
<div style="flex-grow: 1">
<a href="/publishing">How to use Blot</a>
<a href="/how">How to use Blot</a>
<a href="/about">About</a>
<a href="/terms">Legal</a>
<a href="/contact">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/views/settings/domain.html
@@ -1,6 +1,6 @@


<p style="margin:15px 0"><b>{{blog.title}}</b> comes with a Blot subdomain. You can also <a href="/publishing/guides/domain">use your own domain</a>.</p>
<p style="margin:15px 0"><b>{{blog.title}}</b> comes with a Blot subdomain. You can also <a href="/how/guides/domain">use your own domain</a>.</p>

<input type="hidden" name="redirect" value="/settings/domain">

Expand All @@ -16,7 +16,7 @@

{{#blog.domain}}
<p class="mess error" style=" box-sizing: content-box;
border-radius:0;border:none;display:none;margin:20px -20px 0;padding: 8px 20px" id="warning">Your domain does not yet point to Blot. Please read the <a href="/publishing/guides/domain">guide to using your own domain</a>. Don't hesitate to <a href="/contact">contact support</a> if you have any questions.
border-radius:0;border:none;display:none;margin:20px -20px 0;padding: 8px 20px" id="warning">Your domain does not yet point to Blot. Please read the <a href="/how/guides/domain">guide to using your own domain</a>. Don't hesitate to <a href="/contact">contact support</a> if you have any questions.
</p>


Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/views/settings/permalinks.html
Expand Up @@ -12,7 +12,7 @@
</style>
<input type="hidden" name="redirect" value="/settings/services/permalinks">

<p>Each post is assigned a URL according to the format below. You can override a post's URL in its <a href="/publishing/metadata">metadata</a>. If you change your URL format, Blot redirects the old URLs automatically.</p>
<p>Each post is assigned a URL according to the format below. You can override a post's URL in its <a href="/how/metadata">metadata</a>. If you change your URL format, Blot redirects the old URLs automatically.</p>



Expand All @@ -25,7 +25,7 @@
<input style="margin:5px 10px 20px 0;float:left" type="radio" name="permalink.format" value="{{value}}" {{checked}}>
<b style="font-weight:500;display:block">{{name}}</b>

{{#custom}}Read the <a href="/publishing/configuring/urls">guide to creating a custom URL format</a>.{{/custom}}
{{#custom}}Read the <a href="/how/configuring/urls">guide to creating a custom URL format</a>.{{/custom}}

{{^custom}}<code style="background:none;font-size:14px;color:rgb(153, 153, 153)">{{example}}</code>{{/custom}}

Expand Down

0 comments on commit 73ab362

Please sign in to comment.