Skip to content

Commit

Permalink
docs: claify link text (remove here) (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Jan 8, 2024
1 parent d07e2b1 commit 8f41f81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/pages/guides/extending-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you want to learn how to modify a `World` before it is deployed, [see the hel
## The sample program

To learn how to extend a `World`, we will extend the `Counter` example to allow users to leave a message while incrementing the counter.
The steps to create the example `World` that we'll extend [are here](/templates/typescript/getting-started).
[Follow these steps to create the example `World` that we'll extend](/templates/typescript/getting-started).
You can either do it now, or wait until after you've created the extension resources.

To extend the `World` with the message functionality requires adding several resources:
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/state-query/typescript/zustand.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,7 @@ To read data you use `useStore.getState()`. It supports the same functions as th

1. Browse to the application.

1. Open the console.
[Here are in the instructions on how to do it in Chrome](https://developer.chrome.com/docs/devtools/console/javascript/).
1. [Open the console (see Chrome instructions)](https://developer.chrome.com/docs/devtools/console/javascript/).

1. Run this command to call `zustand` which we defined in `index.ts`:

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/templates/godot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Disclaimer from "./disclaimer.mdx";

# Godot

[Godot](https://docs.godotengine.org/en/stable/) is a free open source game engine.
[The integration is here](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot).
If you have any question, you can [open an issue in the repository](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot/issues).
[Godot](https://docs.godotengine.org/en/stable/) is a free open-source game engine.
[You can see the source code here](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot).
If you have any questions, you can [open an issue in the repository](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot/issues).

<Disclaimer />
2 changes: 1 addition & 1 deletion docs/pages/templates/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Disclaimer from "./disclaimer.mdx";
# Swift

[Swift](https://developer.apple.com/swift/) is a programming language used mainly on Apple platforms (MacOS and iOS).
[The integration is here](https://github.com/Geo-Web-Project/mud-world-base).
[See here for the Swift integration source code](https://github.com/Geo-Web-Project/mud-world-base).
If you have any questions, you can ask them [in the Geo Web Discord](https://discord.com/invite/reXgPru7ck).

<Disclaimer />
2 changes: 1 addition & 1 deletion docs/pages/templates/typescript/react.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React

Note: This page is for the new React template, which includes a todo list application.
The old React template with the counter [is explained here](./react-ecs).
[Here is the old React template with the counter](./react-ecs).

**Coming soon**

0 comments on commit 8f41f81

Please sign in to comment.