Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #333 from near/near.org
Browse files Browse the repository at this point in the history
refactor: replace nearprotocol.com with near.org
  • Loading branch information
chadoh authored May 9, 2020
2 parents 432a19c + b1da5bf commit 779fab0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at social@nearprotocol.com. All
reported by contacting the project team at social@near.org. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to NEAR

NEAR welcomes help in many forms including development, code review, documentation improvements, and outreach.
Please visit [the contribution overview](https://docs.nearprotocol.com/docs/contribution/contribution-overview) for more information.
Please visit [the contribution overview](https://docs.near.org/docs/contribution/contribution-overview) for more information.

## Using Github issues and pull requests

Expand All @@ -11,7 +11,7 @@ Please include steps to reproduction, if reporting an error. Information on all

If there are verbosity flags available, please include those to offer as much information as possible.

When opening a pull request, please use the typical open-source flow of forking the desired repository and opening a pull request from your forked repository. (More information on [technical contributions here](https://docs.nearprotocol.com/docs/contribution/technical-contribution).)
When opening a pull request, please use the typical open-source flow of forking the desired repository and opening a pull request from your forked repository. (More information on [technical contributions here](https://docs.near.org/docs/contribution/technical-contribution).)

## Testing

Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getConfig(env) {
networkId: 'mainnet',
nodeUrl: 'https://rpc.mainnet.near.org',
contractName: CONTRACT_NAME,
walletUrl: 'https://wallet.mainnet.near.org',
walletUrl: 'https://wallet.near.org',
helperUrl: 'https://helper.mainnet.near.org',
};
case 'development':
Expand Down
2 changes: 1 addition & 1 deletion utils/capture-login-success.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = { payload, callback, cancel };
function renderWebPage(message){
const title = 'NEAR Account Authorization Success';

// logo and font from https://nearprotocol.com/brand/
// logo and font from https://near.org/brand/
return `
<!DOCTYPE html>
<html lang="en">
Expand Down

0 comments on commit 779fab0

Please sign in to comment.