Skip to content

Commit a29a64f

Browse files
DTTerastarclaude
andcommitted
Fix redirect chain and grammar per CodeRabbit review
- /base-stations now redirects directly to /hardware/nodes (avoids chain via /nodes) - Fix grammar: "a supported beacons" → "a supported beacon, phone, or watch" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c26dde9 commit a29a64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
'/beacons/android': '/android',
88
'/beacons/apple': '/apple',
99
'/beacons/other': '/other',
10-
'/base-stations': '/nodes',
10+
'/base-stations': '/hardware/nodes',
1111
'/hardware': '/hardware/nodes',
1212
'/nodes': '/hardware/nodes',
1313
'/install': '/hardware/firmware',

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These are fundamentally different approaches. mqtt_room uses 1 node per room. Co
4040
## Requirements
4141

4242
* One or more ESP [Nodes](/nodes), depending on your approach
43-
* A [Trackable Device](/devices), such as a supported beacons, phone or watch
43+
* A [Trackable Device](/devices), such as a supported beacon, phone, or watch
4444
* A [MQTT Server](https://mosquitto.org/)
4545

4646
## Configuration & Setup

0 commit comments

Comments
 (0)