Edited URLs settings/ux to settings/customization (#11618)

This commit is contained in:
Thomas Bnt 2020-11-25 18:29:12 +01:00 committed by GitHub
parent ba91a3e9e7
commit 3d8049697a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,7 @@ export class Help extends Component {
Jekyll front matter
</a>
. You can also use the <em>rich+markdown</em> editor you can find in{' '}
<a href="/settings/ux">
<a href="/settings/customization">
UX settings
<svg
width="24"

View file

@ -6,7 +6,7 @@
<% if version == "1" %>
<%= render "pages/v1_editor_guide_preamble" %>
<% else %>
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in <a href="/settings/ux">/settings/ux</a>.</em></p>
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in <a href="/settings/customization">/settings/customization</a>.</em></p>
<h2 style="font-size:2.8em"><strong>Things to Know</strong></h2>
<ul>
<li>Use <a href="#markdown"><strong>markdown</strong></a> to write and format <a href="/"><%= community_name %></a> posts.</li>

View file

@ -8,7 +8,7 @@
<li>When you're ready to publish, set the published variable to <strong>true.</strong></li>
</ul>
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in <a href="/settings/ux">/settings/ux</a>. Otherwise, continue:</em></p>
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in <a href="/settings/customization">/settings/customization</a>. Otherwise, continue:</em></p>
<h2><u><strong>Front Matter</strong></u></h2>
<p>Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:</p>

View file

@ -317,7 +317,7 @@ seeder.create_if_none(Broadcast) do
customize_feed: "Hi, it's me again! 👋 Now that you're a part of the DEV community, let's focus on personalizing " \
"your content. You can start by <a href='/tags'>following some tags</a> to help customize your feed! 🎉",
customize_experience: "Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
"Try changing <a href='settings/ux'>your font and theme</a> and find the best style for you!",
"Try changing <a href='settings/customization'>your font and theme</a> and find the best style for you!",
start_discussion: "Sloan here! 👋 I noticed that you haven't " \
"<a href='https://dev.to/t/discuss'>started a discussion</a> yet. Starting a discussion is easy to do; " \
"just click on 'Write a Post' in the sidebar of the tag page to get started!",

View file

@ -55,7 +55,7 @@ FactoryBot.define do
type_of { "Welcome" }
processed_html do
"Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
"Try changing <a href='settings/ux'>your font and theme</a> and find the best style for you!"
"Try changing <a href='settings/customization'>your font and theme</a> and find the best style for you!"
end
end