Skip to content

Commit

Permalink
docs(blog): fix links in post (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
afragapane authored Oct 23, 2019
1 parent 20b7003 commit 7438cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"website:deploy-testRunner:live": "cp ./scripts/website/now/testRunner.now.json ./dist/testRunner/now.json && cd dist/testRunner && now --target production",
"website:deploy-preview:live": "cp -r ./dist/overlay/* ./dist/preview && cp ./scripts/website/now/preview.now.json ./dist/preview/now.json && cd dist/preview && now --target production",
"website:deploy-server:live": "cp ./scripts/website/now/server.now.json ./dist/server/now.json && cd dist/server && now --target production",
"website:compile:all:local": "rm -rf ./dist && rm -rf ./packages/neo-one-website/dist && yarn run ts-node ./scripts/website/compile --bundle testRunner && yarn run website:start:prod-builds && yarn run ts-node ./scripts/website/compile --bundle server && yarn run ts-node ./scripts/website/compile --bundle preview && rm -rf ./packages/neo-one-website/publicOut && cp -r ./dist/workers ./packages/neo-one-website/publicOut && cp -r ./packages/neo-one-website/public/* ./packages/neo-one-website/publicOut && cross-env NEO_ONE_STAGING=true NODE_OPTIONS=\"--max-old-space-size=6144\" TS_NODE_PROJECT=tsconfig/tsconfig.es2017.cjs.json yarn run react-static build --staging && sh ./scripts/rm-cruft",
"website:compile:all:live": "rm -rf ./dist && rm -rf ./packages/neo-one-website/dist && yarn run ts-node ./scripts/website/compile --bundle testRunner && yarn run website:start:prod-builds && yarn run ts-node ./scripts/website/compile --bundle server && yarn run ts-node ./scripts/website/compile --bundle preview && rm -rf ./packages/neo-one-website/publicOut && cp -r ./dist/workers ./packages/neo-one-website/publicOut && cp -r ./packages/neo-one-website/public/* ./packages/neo-one-website/publicOut && cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" TS_NODE_PROJECT=tsconfig/tsconfig.es2017.cjs.json yarn run react-static build && sh ./scripts/rm-cruft",
"website:compile:all:local": "rm -rf ./dist && rm -rf ./packages/neo-one-website/dist && yarn run website:start:prod-builds && yarn run ts-node ./scripts/website/compile --bundle testRunner && yarn run ts-node ./scripts/website/compile --bundle server && yarn run ts-node ./scripts/website/compile --bundle preview && rm -rf ./packages/neo-one-website/publicOut && cp -r ./dist/workers ./packages/neo-one-website/publicOut && cp -r ./packages/neo-one-website/public/* ./packages/neo-one-website/publicOut && cross-env NEO_ONE_STAGING=true NODE_OPTIONS=\"--max-old-space-size=6144\" TS_NODE_PROJECT=tsconfig/tsconfig.es2017.cjs.json yarn run react-static build --staging && sh ./scripts/rm-cruft",
"website:compile:all:live": "rm -rf ./dist && rm -rf ./packages/neo-one-website/dist && yarn run website:start:prod-builds && yarn run ts-node ./scripts/website/compile --bundle testRunner && yarn run ts-node ./scripts/website/compile --bundle server && yarn run ts-node ./scripts/website/compile --bundle preview && rm -rf ./packages/neo-one-website/publicOut && cp -r ./dist/workers ./packages/neo-one-website/publicOut && cp -r ./packages/neo-one-website/public/* ./packages/neo-one-website/publicOut && cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" TS_NODE_PROJECT=tsconfig/tsconfig.es2017.cjs.json yarn run react-static build && sh ./scripts/rm-cruft",
"website:deploy:all:live": "yarn run website:compile:all:live && yarn run website:deploy-static:live && yarn run website:deploy-testRunner:live && yarn run website:deploy-preview:live && yarn run website:deploy-server:live",
"test:cypress": "yarn run ts-node ./scripts/website/runCypress.ts --local",
"test:cypress-express": "yarn run ts-node ./scripts/website/runCypress.ts --express",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ NEO•ONE Smart Contracts are finally ready to hit NEO blockchain! Write, compil

- Deploying and updating your SmartContracts on the blockchain is now simpler than ever. With that said, we want to work closely with the first few users to deploy to the TestNet or MainNet to ensure a smooth, bug-free experience. Please reach out if you are ready and we will quickly work with you to deploy.
- [DAPI Compliance](/docs/dapi-support) & [Remote Accounts](/docs/dapi-support) to connect directly to trusted wallets and DAPI providers.
- Tools for working with NEO•ONE in [React](/docs/react), [Angular](/docs/angular), & [Vue](docs/vue).
- Tools for working with NEO•ONE in [React](/docs/react), [Angular](/docs/angular), & [Vue](/docs/vue).

## Moving Towards 3.0

As NEO moves towards the much anticipated launch of NEO 3.0, NEO•ONE will continue to provide a first class blockchain development experience. We plan to walk in step with the NEO team to make sure that NEO•ONE and your Smart Contracts are ready to go with NEO 3.0.

## Resources

Want to learn more? The [Getting Started](docs/getting-started) documentation contains information on the different ways to get started with NEO•ONE, resources on NEO•ONE development, and where to get help. You can also head over to our [Reference](/reference/@neo-one/client) section for detailed API documentation. Feel like something’s missing? Have questions? Come talk to us on Discord. Like NEO•ONE? Tweet @neo-one-suite and let us know! We’d love to hear from you.
Want to learn more? The [Getting Started](/docs/getting-started) documentation contains information on the different ways to get started with NEO•ONE, resources on NEO•ONE development, and where to get help. You can also head over to our [Reference](/reference/@neo-one/client) section for detailed API documentation. Feel like something’s missing? Have questions? Come talk to us on Discord. Like NEO•ONE? Tweet @neo-one-suite and let us know! We’d love to hear from you.

0 comments on commit 7438cdc

Please sign in to comment.