Skip to content

Commit 807dafb

Browse files
Update developing.md to point to sandstorm.org domain
Updated blog.sandstorm.io and news links to point to sandstorm.org domain
1 parent b2174c1 commit 807dafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Sandstorm ecosystem is full of people who want to promote your app, give you
4646
it.
4747

4848
- **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)
49-
- **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)
49+
- **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)
5050
- **Read more**: [All community resources](https://sandstorm.org/community)
5151

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

7070
- **Login & permissions**: [User authentication & permissions](developing/auth.md)
7171
- **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)
72-
- **Further reading**: [Delegation is the Cornerstone of Civilization](https://blog.sandstorm.io/news/2015-05-05-delegation-is-the-cornerstone-of-civilization.html)
72+
- **Further reading**: [Delegation is the Cornerstone of Civilization](https://sandstorm.org/news/2015-05-05-delegation-is-the-cornerstone-of-civilization)
7373

7474
---
7575

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

107-
- **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)
107+
- **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)
108108
- **Implementation guide for app authors**: [Documentation on powerbox](developing/powerbox.md)
109109
- **Example**: [Explanation of how drivers will work, found within ip.capnp](https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/ip.capnp)
110110
- **Cap'n Proto implementations**: [C++, Erlang, Go, Javascript, Python, Rust, and others](https://capnproto.org/otherlang.html)

0 commit comments

Comments
 (0)