Skip to content

Commit f7126cf

Browse files
fix(docs): correct GitHub edit link on Community Resources page (#741)
fix: correct GitHub edit link on Community Resources page
1 parent 1d0ca8d commit f7126cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/$libraryId/$version.docs.community-resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function RouteComponent() {
7474
Discover resources created by the <strong>{library.name}</strong>{' '}
7575
community. Have something to share?{' '}
7676
<a
77-
href={`https://github.com/${libraryId}/edit/main/docs/community-resources.md`}
77+
href={`https://github.com/${library.repo}/edit/main/docs/community-resources.md`}
7878
target="_blank"
7979
rel="noopener noreferrer"
8080
className="underline"

0 commit comments

Comments
 (0)