Skip to content

Commit

Permalink
Merge pull request #372 from dappnode/pablo/fix-installer-link
Browse files Browse the repository at this point in the history
Remove hash route
  • Loading branch information
pablomendezroyo authored Jul 19, 2023
2 parents 3820f42 + bbff529 commit 028a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { URL } from "url";
import { publishTxAppUrl } from "../params.js";
import { TxData } from "../types.js";

const adminUiBaseUrl = "http://my.dappnode/#";
const adminUiBaseUrl = "http://my.dappnode";

/**
* Get link to publish a TX from a txData object
Expand Down

0 comments on commit 028a056

Please sign in to comment.