mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
fixed path to examples
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user