Skip to content

Commit

Permalink
fix wiki link, link to post a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Nov 12, 2018
1 parent 2c3bb21 commit 0857d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions USER_AGREEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Related Links ##

**[Terms of Use](https://github.com/poanetwork/metamask-extension/wiki)**
**[Terms of Use](https://github.com/poanetwork/nifty-wallet/wiki)**

**[Privacy](https://github.com/poanetwork/metamask-extension/wiki)**
**[Privacy](https://github.com/poanetwork/nifty-wallet/wiki)**

**[Attributions](https://github.com/poanetwork/metamask-extension/wiki)**
**[Attributions](https://github.com/poanetwork/nifty-wallet/wiki)**
2 changes: 1 addition & 1 deletion development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function start () {
`

const JSON_PAYLOAD = JSON.stringify({ body: commentBody })
const POST_COMMENT_URI = `https://api.github.com/repos/metamask/metamask-extension/issues/${CIRCLE_PR_NUMBER}/comments`
const POST_COMMENT_URI = `https://api.github.com/repos/poanetwork/nifty-wallet/issues/${CIRCLE_PR_NUMBER}/comments`
console.log(`Announcement:\n${commentBody}`)
console.log(`Posting to: ${POST_COMMENT_URI}`)

Expand Down

0 comments on commit 0857d67

Please sign in to comment.