Skip to content

Commit b10efa0

Browse files
committed
Github link
1 parent 1da1a75 commit b10efa0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/example_pro/src/SampleApp/ExampleCMSView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function ExampleCMSView() {
7474
<Tooltip
7575
title="Get the source code of this example view">
7676
<IconButton
77-
href={"https://github.com/FireCMSco/firecms/blob/master/example/src/SampleApp/ExampleCMSView.tsx"}
77+
href={"https://github.com/firecmsco/firecms/blob/main/examples/example_v3/src/views/ExampleCMSView.tsx"}
7878
rel="noopener noreferrer"
7979
target="_blank"
8080
component={"a"}

examples/example_v3/src/views/ExampleCMSView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function ExampleCMSView() {
6767
<Tooltip
6868
title="Get the source code of this example view">
6969
<IconButton
70-
href={"https://github.com/FireCMSco/firecms/blob/master/example/src/SampleApp/ExampleCMSView.tsx"}
70+
href={"https://github.com/firecmsco/firecms/blob/main/examples/example_v3/src/views/ExampleCMSView.tsx"}
7171
rel="noopener noreferrer"
7272
target="_blank"
7373
component={"a"}

website/samples/samples_v3/custom_cms_view/ExampleCMSView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export function ExampleCMSView() {
129129
<Tooltip
130130
title="Get the source code of this example view">
131131
<IconButton
132-
href={"https://github.com/FireCMSco/firecms/blob/master/example/src/SampleApp/ExampleCMSView.tsx"}
132+
href={"https://github.com/firecmsco/firecms/blob/main/examples/example_v3/src/views/ExampleCMSView.tsx"}
133133
rel="noopener noreferrer"
134134
target="_blank"
135135
component={"a"}

0 commit comments

Comments
 (0)