Skip to content

Commit c1d3ac6

Browse files
authored
Fix UI docs
1 parent b10dc72 commit c1d3ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2. Running Sourcify/2-UI.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ slug: /running-ui
44
---
55

66
import EmbedReadme from "../EmbedReadme";
7-
const URL = "https://raw.githubusercontent.com/ethereum/sourcify/master/ui/README.md";
7+
const URL = "https://raw.githubusercontent.com/sourcifyeth/ui/master/README.md";
88
const displayURL = URL.replace("https://raw.githubusercontent.com/", "");
99
export const ReadmeLink = () => (<a href={URL}>{displayURL}</a>);
1010

1111
*Content from <ReadmeLink/>*
12-
<EmbedReadme url={URL}/>
12+
<EmbedReadme url={URL}/>

0 commit comments

Comments
 (0)