Skip to content

Commit 2bc7b3f

Browse files
authored
Merge pull request supabase#7304 from alemontesdev/fix-docs-link-to-reference
fix: link to reference from introduction page
2 parents 45a406a + da1153a commit 2bc7b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The documentation is divided into 2 sections.
170170
</div>
171171
{/* Ref */}
172172
<div class="col col--6">
173-
<Link class="card" to="/docs/reference/javascript/supabase-client" style={{ height: '100%' }}>
173+
<Link class="card" to="/docs/reference" style={{ height: '100%' }}>
174174
<div class="card__body">
175175
<h4>Reference Docs</h4>
176176
<p>Technical documentation for Client Libraries and Systems.</p>

0 commit comments

Comments
 (0)