mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-16 03:12:48 +02:00
fixed path to examples
This commit is contained in:
parent
912d4b79da
commit
e7b5f75989
@ -295,7 +295,7 @@ const ExamplePage = ({ example }: { example: string }) => {
|
||||
<ExampleTitle>
|
||||
{name}
|
||||
<A
|
||||
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.js`}
|
||||
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.tsx`}
|
||||
>
|
||||
(View Source)
|
||||
</A>
|
||||
|
Loading…
x
Reference in New Issue
Block a user