We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10dc72 commit c1d3ac6Copy full SHA for c1d3ac6
docs/2. Running Sourcify/2-UI.mdx
@@ -4,9 +4,9 @@ slug: /running-ui
4
---
5
6
import EmbedReadme from "../EmbedReadme";
7
-const URL = "https://raw.githubusercontent.com/ethereum/sourcify/master/ui/README.md";
+const URL = "https://raw.githubusercontent.com/sourcifyeth/ui/master/README.md";
8
const displayURL = URL.replace("https://raw.githubusercontent.com/", "");
9
export const ReadmeLink = () => (<a href={URL}>{displayURL}</a>);
10
11
*Content from <ReadmeLink/>*
12
-<EmbedReadme url={URL}/>
+<EmbedReadme url={URL}/>
0 commit comments