Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const nextConfig = {
{
source: "/docs",
destination:
"https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link",
"https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link",
permanent: false,
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/const/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const CONFIG = {
home: "/",
faq: "#faq",
rpc: "#rpc",
docs: "https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link",
docs: "https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link",
cowSwap: "https://swap.cow.fi",
cowProtocol: "https://cow.fi",
beaver: "https://beaverbuild.org/",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const getServerSideProps: GetServerSideProps = async () => {
return {
redirect: {
destination:
"https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link",
"https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link",
permanent: false,
},
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default function Home() {
To learn more about each of the endpoints MEV Blocker has to
offer,{" "}
<a
href="https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link"
href="https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link"
target="_blank"
rel="noopener noreferrer"
>
Expand Down