1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 17:09:53 +02:00

rename master to main

This commit is contained in:
Ian Storm Taylor
2021-04-01 13:40:25 -04:00
parent 2dcef9e4fb
commit 4eec49de16
7 changed files with 18 additions and 18 deletions

View File

@@ -297,7 +297,7 @@ const ExamplePage = ({ example }: { example: string }) => {
<ExampleTitle>
{name}
<A
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.tsx`}
href={`https://github.com/ianstormtaylor/slate/blob/main/site/examples/${path}.tsx`}
>
(View Source)
</A>