Skip to content

Commit 359e156

Browse files
authored
Fix stale and moved links (#103)
A batch of stale-link fixes that the link checker passes because each one redirects to a live page or lives in text lychee does not parse. - gnochess and memeland moved from gnolang/ to gnoverse/, and the Sublime Text repo moved from jdkato/ to gno-playground/. All three currently 301 to their new homes. - The gnolang/blog client entry describes itself as an "r/gnolang/blog client", but that realm 404s. The live realm is r/gnoland/blog (the Debugger and Peace entries already use the correct spelling). It is inside backticks, so lychee never checks it. - GnoScan was linked over http://; switched to https://. - The contribution-guidelines link used blob/master/, but the default branch is main. awesome-lint passes and every changed link resolves 200.
1 parent 859a6e5 commit 359e156

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ _Apps developed by the gno.land team._
5555

5656
- [Gno Playground](https://play.gno.land/) - An online Gno editor that allows for quick testing, deploying, and sharing of Gno code, modeled after the Go Playground.
5757
- [Gno Studio Connect](https://gno.studio/connect) - A tool that makes interaction with Gno applications simple.
58-
- [GnoChess](https://github.com/gnolang/gnochess) - A chess server implementation in Gno, complete with a frontend, faucet & tutorial to develop your own.
59-
- [meme.land](https://github.com/gnolang/memeland) - An image sharing application built using Gno, React and Vue.
58+
- [GnoChess](https://github.com/gnoverse/gnochess) - A chess server implementation in Gno, complete with a frontend, faucet & tutorial to develop your own.
59+
- [meme.land](https://github.com/gnoverse/memeland) - An image sharing application built using Gno, React and Vue.
6060
- [Gno Faucet Hub](https://faucet.gno.land) - A central place for all gno.land faucets.
6161
- [Is gno.land down?](https://status.gnoteam.com) - A dashboard showing the status of gno.land services & networks.
6262
- [OpenOcean](https://github.com/Molaryy/openocean) - OpenSea Clone in Gno.
@@ -78,12 +78,12 @@ _Tools useful for developing in Gno._
7878

7979
- [gnodev](https://github.com/gnolang/gno/tree/master/contribs/gnodev) - Your Gno development companion, used for local Gno development.
8080
- [Gno Debugger](https://gno.land/r/gnoland/blog:p/gno-debugger) - A debugger that comes packaged with the GnoVM.
81-
- [GnoScan](http://gnoscan.io/) - A gno.land block explorer, making on-chain data legible and intuitive for everyone.
81+
- [GnoScan](https://gnoscan.io/) - A gno.land block explorer, making on-chain data legible and intuitive for everyone.
8282
- [tx-indexer](https://github.com/gnolang/tx-indexer) - A TM2 (Tendermint2) chain indexer with GraphQL support.
8383
- [Supernova](https://github.com/gnolang/supernova) - A stress testing tool for the Gno Tendermint2 blockchain.
8484
- [Gno Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=harry-hov.gno) - Experimental language support for Gno in VS Code.
8585
- [Gno-mode for Emacs](https://gist.github.com/gfanton/6e233656dfeabd7a46f21f7507b6b311) - Major mode for editing Gno files in Emacs, based on go-mode. Work in progress.
86-
- [Gno for Sublime Text](https://github.com/jdkato/gno-sublime-text) - Gno syntax highlighting for Sublime Text.
86+
- [Gno for Sublime Text](https://github.com/gno-playground/gno-sublime-text) - Gno syntax highlighting for Sublime Text.
8787
- [:GnoFileTest command for vim](https://gist.github.com/grepsuzette/66f5cfaccc1a919c67f52bd7b31a3b09) - The `:GnoFileTest` snippet for vim.
8888
- [gno.nvim](https://github.com/x1unix/gno.nvim) - Gno language support for NeoVim.
8989
- [gnopls](https://github.com/gnoverse/gnopls) - A language server providing editor features like autocompletion, hover, and go-to-definition.
@@ -106,7 +106,7 @@ _Resources to help you understand how to get around gno.land and use Gno._
106106
_Connecting web2 to the gno.land blockchain._
107107

108108
- [gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) - A Gno-Go package, allowing you to connect to gno.land chains via Go programs at will.
109-
- [gnolang/blog](https://github.com/gnolang/blog/tree/main/cmd/gnoblog-cli) - `r/gnolang/blog` client, or how to create custom `gnokey` clients, using the [gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) package.
109+
- [gnolang/blog](https://github.com/gnolang/blog/tree/main/cmd/gnoblog-cli) - `r/gnoland/blog` client, or how to create custom `gnokey` clients, using the [gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) package.
110110
- [tm2-js-client](https://github.com/gnolang/tm2-js-client) - A TM2 JavaScript client library.
111111
- [gno-js-client](https://github.com/gnolang/gno-js-client) - A Gno JavaScript client library, built upon `tm2-js` with additional Gno-specific functionality.
112112
- [gnonative](https://github.com/gnolang/gnonative) - A framework for building and porting gno.land dApps in your native language, with React Native and Expo support.
@@ -147,7 +147,7 @@ _Note: We'd like to try a section with small tips & snippets and less curation.
147147
## Contributing
148148

149149
Your contributions are always welcome! Please take a look at the
150-
[contribution guidelines](https://github.com/gnoverse/awesome-gno/blob/master/CONTRIBUTING.md) first.
150+
[contribution guidelines](https://github.com/gnoverse/awesome-gno/blob/main/CONTRIBUTING.md) first.
151151

152152
We will keep some pull requests open if we're not sure whether those libraries
153153
are awesome. You could [vote for them](https://github.com/gnoverse/awesome-gno/pulls) by adding :+1: to them.

0 commit comments

Comments
 (0)