mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
fix links to examples in readme and site (#3132)
This commit is contained in:
committed by
Ian Storm Taylor
parent
15a8e0ee72
commit
4140066c0b
@@ -278,7 +278,7 @@ const ExamplePage = () => {
|
||||
<ExampleTitle>
|
||||
{name}
|
||||
<A
|
||||
href={`https://github.com/ianstormtaylor/slate/blob/master/examples${path}`}
|
||||
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.js`}
|
||||
>
|
||||
(View Source)
|
||||
</A>
|
||||
|
Reference in New Issue
Block a user