Skip to content

Commit 54c1c09

Browse files
ericmigiclaude
andcommitted
Update remaining references from developer.rebble.io to developer.repebble.com
Fixed hardcoded domain references in documentation files to use the correct developer.repebble.com domain. This ensures consistency across all site references and helps resolve Google Search Console canonical URL issues. Changes: - Update README.md site references and GitHub workflow badge URL - Update docs/environment.md example URLs - Update hardcoded image URL in advanced-communication.md guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d0336ff commit 54c1c09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [developer.rebble.io][site]
1+
# [developer.repebble.com][site]
22

3-
[![Build static site](https://github.com/pebble-dev/developer.rebble.io/actions/workflows/build.yml/badge.svg)](https://github.com/pebble-dev/developer.rebble.io/actions/workflows/build.yml)
3+
[![Build static site](https://github.com/coredevices/sdk-docs/actions/workflows/build.yml/badge.svg)](https://github.com/coredevices/sdk-docs/actions/workflows/build.yml)
44

55
This is the repository for the [Pebble Developer website][site].
66

@@ -190,7 +190,7 @@ the text color, use `--fg-<COLOR>`.
190190

191191
Trouble building the developer site? Read the [Troubleshooting](/docs/troubleshooting.md) page for some possible solutions.
192192

193-
[site]: https://developer.rebble.io
193+
[site]: https://developer.repebble.com
194194
[markdown]: ./docs/markdown.md
195195
[slick]: http://kenwheeler.github.io/slick/
196196
[tinypng]: https://tinypng.com/

docs/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This overrides the `url` configuration parameter of Jeyll. Set this to the root
88
of where the site will be hosted.
99

1010
```
11-
URL=https://developer.rebble.io
11+
URL=https://developer.repebble.com
1212
```
1313

1414
## HTTPS_URL
@@ -17,7 +17,7 @@ This overrides the `https_url` configuration parameter of Jeyll. Set this to
1717
the secure root of where the site will be hosted.
1818

1919
```
20-
HTTPS_URL=https://developer.rebble.io
20+
HTTPS_URL=https://developer.repebble.com
2121
```
2222

2323
## PORT

source/_guides/communication/advanced-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ data in the correct format:
431431
432432
```js
433433
function downloadImage() {
434-
var url = 'https://developer.rebble.io/assets/images/guides/pebble-apps/communications/html5-logo-small.png';
434+
var url = 'https://developer.repebble.com/assets/images/guides/pebble-apps/communications/html5-logo-small.png';
435435
436436
var request = new XMLHttpRequest();
437437
request.onload = function() {

0 commit comments

Comments
 (0)