Skip to content

Commit

Permalink
change github reference
Browse files Browse the repository at this point in the history
  • Loading branch information
npq7721 committed Dec 5, 2019
1 parent 3221b56 commit 554814a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions app/coins/pgn.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var Pigeoncoin = new CoinBase("Pigeoncoin", "PGN", "pigeoncoin");
Pigeoncoin.addProperties({
logoUrl:"/img/logo/pgn.svg",
siteTitle:"Pigeoncoin Explorer",
siteDescriptionHtml:"<b>PGN Explorer</b> is <a href='https://github.com/pigeoncoin/pgn-rpc-explorer). If you run your own [Pigeoncoin Full Node](https://github.com/Pigeoncoin/pigeoncoin/releases), **PGN Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/pigeoncoin/pgn-rpc-explorer) for a list of features and instructions for running.",
siteDescriptionHtml:"<b>PGN Explorer</b> is <a href='https://github.com/npq7721/rpc-explorer). If you run your own [Pigeoncoin Full Node](https://github.com/Pigeoncoin/pigeoncoin/releases), **PGN Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/npq7721/rpc-explorer) for a list of features and instructions for running.",
nodeTitle:"Pigeoncoin Full Node",
nodeUrl:"https://github.com/Pigeoncoin/pigeoncoin/releases",
demoSiteUrl: "https://btc.chaintools.io",
Expand Down Expand Up @@ -130,9 +130,9 @@ Pigeoncoin.addProperties({
alertBodyHtml: "This transaction doesn't really exist! ",
referenceUrl: "https://github.com/bitcoin/bitcoin/issues/3303"
}

],

relatedSites : [
{name: "Official Website", url:"https://pigeoncoin.org/", imgUrl:"/img/logo/pgn.svg"},
{name: "Discord", url:"https://discord.gg/SZcf63h", imgUrl:"/img/logo/discord.svg"},
Expand All @@ -153,4 +153,4 @@ Pigeoncoin.addProperties({
}
});

module.exports = Pigeoncoin.properties;
module.exports = Pigeoncoin.properties;
2 changes: 1 addition & 1 deletion views/about.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ block content

p Pull requests are welcome!
a(href="https://github.com/janoside/btc-rpc-explorer") github.com/janoside/btc-rpc-explorer
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer") github.com/Pigeoncoin/pgn-rpc-explorer
a(href="https://github.com/npq7721/rpc-explorer") github.com/npq7721/rpc-explorer
8 changes: 4 additions & 4 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ block content
span
strong #{coinConfig.siteTitle}
span is
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer", target="_blank") open-source
a(href="https://github.com/npq7721/rpc-explorer", target="_blank") open-source
span and easy to set up. It can communicate with your
a(href=coinConfig.nodeUrl, target="_blank") #{coinConfig.name} Full Node
span via RPC. See the
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer", target="_blank") project description
a(href="https://github.com/npq7721/rpc-explorer", target="_blank") project description
span for a list of features and instructions for running.

if (global.sourcecodeProjectMetadata)
div.mt-2
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer", class="btn btn-primary mr-3 mb-1")
a(href="https://github.com/npq7721/rpc-explorer", class="btn btn-primary mr-3 mb-1")
i(class="fas fa-star mr-2")
span(class="mr-2") Star
span(class="badge bg-white text-dark") #{global.sourcecodeProjectMetadata.stargazers_count}

a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer/fork", class="btn btn-primary mr-3 mb-1")
a(href="https://github.com/npq7721/rpc-explorer/fork", class="btn btn-primary mr-3 mb-1")
i(class="fas fa-code-branch mr-2")
span(class="mr-2") Fork
span(class="badge bg-white text-dark") #{global.sourcecodeProjectMetadata.forks_count}
Expand Down
8 changes: 4 additions & 4 deletions views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ html(lang="en")
dl
dt Source
dd
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer") github.com/Pigeoncoin/pgn-rpc-explorer
a(href="https://github.com/npq7721/rpc-explorer") github.com/npq7721/rpc-explorer

if (global.sourcecodeProjectMetadata)
div(class="mt-2")
a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer", class="btn btn-primary btn-sm mr-3 mb-1 text-decoration-none")
a(href="https://github.com/npq7721/rpc-explorer", class="btn btn-primary btn-sm mr-3 mb-1 text-decoration-none")
i(class="fas fa-star mr-2")
span(class="mr-2") Star
span(class="badge bg-white text-dark") #{global.sourcecodeProjectMetadata.stargazers_count}

a(href="https://github.com/Pigeoncoin/pgn-rpc-explorer/fork", class="btn btn-primary btn-sm mr-3 mb-1 text-decoration-none")
a(href="https://github.com/npq7721/rpc-explorer/fork", class="btn btn-primary btn-sm mr-3 mb-1 text-decoration-none")
i(class="fas fa-code-branch mr-2")
span(class="mr-2") Fork
span(class="badge bg-white text-dark") #{global.sourcecodeProjectMetadata.forks_count}
Expand All @@ -164,7 +164,7 @@ html(lang="en")
if (sourcecodeVersion)
br
span commit:
a(href=("https://github.com/Pigeoncoin/pgn-rpc-explorer/commit/" + sourcecodeVersion)) #{sourcecodeVersion}
a(href=("https://github.com/npq7721/rpc-explorer/commit/" + sourcecodeVersion)) #{sourcecodeVersion}

br
span released: #{sourcecodeDate}
Expand Down

0 comments on commit 554814a

Please sign in to comment.