casper-network / docs-archive

Apache License 2.0
6 stars 24 forks source link

C# SDK link updated. Now under make-software GitHub org. #398

Closed davidatwhiletrue closed 3 years ago

davidatwhiletrue commented 3 years ago

NetCasperSDK is now renamed to Casper .NET SDK and moved to make-software organization in GitHub. This PR is to update the links in the related C# SDK documentation page.

ipopescu commented 3 years ago

Thanks @davidatwhiletrue. Some other links have changed and they are breaking the build, so I cannot merge your PR -- although your links are OK. @TomVasile could you force merge this PR, while I hunt down the new links? Thank you, both!

TomVasile commented 3 years ago

@ipopescu The broken links are listed in the failure:

(dapp-dev-guide/testing: line   36) broken    https://docs.rs/casper-engine-test-support/latest/casper_engine_test_support/struct.Session.html - 404 Client Error: Not Found for url: https://docs.rs/casper-engine-test-support/2.0.1/casper_engine_test_support/struct.Session.html
(dapp-dev-guide/testing: line   21) broken    https://docs.rs/casper-engine-test-support/latest/casper_engine_test_support/struct.TestContext.html - 404 Client Error: Not Found for url: https://docs.rs/casper-engine-test-support/2.0.1/casper_engine_test_support/struct.TestContext.html
ipopescu commented 3 years ago

@ipopescu The broken links are listed in the failure:

(dapp-dev-guide/testing: line   36) broken    https://docs.rs/casper-engine-test-support/latest/casper_engine_test_support/struct.Session.html - 404 Client Error: Not Found for url: https://docs.rs/casper-engine-test-support/2.0.1/casper_engine_test_support/struct.Session.html
(dapp-dev-guide/testing: line   21) broken    https://docs.rs/casper-engine-test-support/latest/casper_engine_test_support/struct.TestContext.html - 404 Client Error: Not Found for url: https://docs.rs/casper-engine-test-support/2.0.1/casper_engine_test_support/struct.TestContext.html

Thanks, Tom! I saw, but I wanted to overwrite them because I am waiting on the developers to send me a completely new article. Meanwhile, I wanted to unblock the PR. No worries, I have fixed the issue by using a more general link.