1
0
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:
Charlie Rudenstål
2019-11-28 10:33:10 -05:00
committed by Ian Storm Taylor
parent 15a8e0ee72
commit 4140066c0b
3 changed files with 21 additions and 21 deletions

View File

@@ -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>