Skip to content

Commit

Permalink
Update developing.md to point to sandstorm.org domain
Browse files Browse the repository at this point in the history
Updated blog.sandstorm.io and news links to point to sandstorm.org domain
  • Loading branch information
neuroradiology authored Dec 15, 2024
1 parent b2174c1 commit 807dafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The Sandstorm ecosystem is full of people who want to promote your app, give you
it.

- **Getting help**: [Community feedback and Q&A](https://groups.google.com/d/forum/sandstorm-dev) | [Real-time IRC chat on libera.chat](https://kiwiirc.com/client/irc.libera.chat/?channel=#sandstorm) | [Watch presentations on the Sandstorm YouTube channel](https://www.youtube.com/channel/UC8xKZRW86Fa9W00uAppBXXg)
- **Publicity**: [Share news about a meetup/conference talk about your app](https://sandstorm.org/news/) | [Public demo service for all Sandstorm apps](https://sandstorm.io/news/2015-02-06-app-demo)
- **Publicity**: [Share news about a meetup/conference talk about your app](https://sandstorm.org/news/) | [Public demo service for all Sandstorm apps](https://sandstorm.org/news/2015-02-06-app-demo)
- **Read more**: [All community resources](https://sandstorm.org/community)

---
Expand All @@ -69,7 +69,7 @@ created it. Read these documents to learn how access control works.

- **Login & permissions**: [User authentication & permissions](developing/auth.md)
- **Making content accessible outside Sandstorm**: [Publishing static content, including to the user's domain](developing/web-publishing.md) | [Exporting HTTP APIs for mobile, desktop, Javascript clients](developing/http-apis.md)
- **Further reading**: [Delegation is the Cornerstone of Civilization](https://blog.sandstorm.io/news/2015-05-05-delegation-is-the-cornerstone-of-civilization.html)
- **Further reading**: [Delegation is the Cornerstone of Civilization](https://sandstorm.org/news/2015-05-05-delegation-is-the-cornerstone-of-civilization)

---

Expand Down Expand Up @@ -104,7 +104,7 @@ useful design or implementation details. Note that Sandstorm typically depends o
git master** of capnproto. Configuration files such as `sandstorm-pkgdef.capnp` use Cap'n Proto as
their file format.

- **Overview**: [Cap'n Proto website](https://capnproto.org/) | [How Cap'n Proto makes Sandstorm more secure](https://sandstorm.io/news/2014-12-15-capnproto-0.5)
- **Overview**: [Cap'n Proto website](https://capnproto.org/) | [How Cap'n Proto makes Sandstorm more secure](https://sandstorm.org/news/2014-12-15-capnproto-0.5)
- **Implementation guide for app authors**: [Documentation on powerbox](developing/powerbox.md)
- **Example**: [Explanation of how drivers will work, found within ip.capnp](https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/ip.capnp)
- **Cap'n Proto implementations**: [C++, Erlang, Go, Javascript, Python, Rust, and others](https://capnproto.org/otherlang.html)
Expand Down

0 comments on commit 807dafb

Please sign in to comment.