Skip to content

Commit

Permalink
[docs] Fix route to Eloquent section from home page (nuwave#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio authored and spawnia committed Aug 8, 2019
1 parent 43e5ee6 commit 942ceaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default ({
redirect: `/${siteData.themeConfig.versions.latest}/the-basics/schema.html`
},
{
path: '/docs/latest/guides/relationships.html',
redirect: `/${siteData.themeConfig.versions.latest}/guides/relationships.html`
path: '/docs/latest/eloquent/getting-started.html',
redirect: `/${siteData.themeConfig.versions.latest}/eloquent/getting-started.html`
},
])

Expand Down
2 changes: 1 addition & 1 deletion docs/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type Mutation <span class="token punctuation">{</span>
<div class="w-full md:w-1/3 md:mb-0 px-4">
<h4 class="text-purple-darkest text-xl mb-2">⚡ Optimized for Eloquent</h4>
<p class="mb-2">Eloquent is an extremely powerful ORM. Lighthouse leverages your current model relationships and creates optimized database queries.</p>
<a href="/docs/latest/guides/relationships.html" @click.prevent="$router.push('/docs/latest/guides/relationships.html')" class="font-bold uppercase text-sm">Read More</a>
<a href="/docs/latest/eloquent/getting-started.html" @click.prevent="$router.push('/docs/latest/eloquent/getting-started.html')" class="font-bold uppercase text-sm">Read More</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 942ceaf

Please sign in to comment.