Skip to content

Replace the pebble.com and getpebble.com URLs with rebble.io #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
URL=http://developer.pebble.com
HTTPS_URL=https://developer.pebble.com
EXTERNAL_SERVER=https://developer-api.getpebble.com
URL=http://developer.rebble.io
HTTPS_URL=https://developer.rebble.io
EXTERNAL_SERVER=https://developer-api.rebble.io
DOCS_URL=
ALGOLIA_APP_ID=
ALGOLIA_API_KEY=
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [developer.pebble.com][site]
# [developer.rebble.io][site]

[![Build Status](https://magnum.travis-ci.com/pebble/developer.getpebble.com.svg?token=HUQ9CCUxB447Nq1exrnd)][travis]
[![Build Status](https://magnum.travis-ci.com/pebble/developer.rebble.io.svg?token=HUQ9CCUxB447Nq1exrnd)][travis]

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

Expand Down Expand Up @@ -176,9 +176,9 @@ the text color, use `--fg-<COLOR>`.

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

[site]: https://developer.pebble.com
[site]: https://developer.rebble.io
[markdown]: ./docs/markdown.md
[slick]: http://kenwheeler.github.io/slick/
[tinypng]: https://tinypng.com/
[tinyjpg]: https://tinyjpg.com/
[travis]: https://magnum.travis-ci.com/pebble/developer.getpebble.com
[travis]: https://magnum.travis-ci.com/pebble/developer.rebble.io
26 changes: 13 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

url: https://developer.pebble.com
https_url: https://developer.pebble.com
url: https://developer.rebble.io
https_url: https://developer.rebble.io
baseurl:
asset_path: /assets
external_server: https://developer-api.getpebble.com
external_server: https://developer-api.rebble.io

title: Pebble Developers
description: The official developer website for the Pebble smartwatch.
Expand Down Expand Up @@ -51,26 +51,26 @@ sass:

# Helpful and easily changeable external links.
links:
pebble: https://www.pebble.com
jobs: https://www.pebble.com/jobs/
pebble: https://www.rebble.io
jobs: https://www.rebble.io/jobs/
twitter: https://twitter.com/pebbledev/
cloudpebble: https://cloudpebble.net/
cloudpebble_beta: https://beta.cloudpebble.net/
devportal: https://dev-portal.getpebble.com/
site_repo: https://github.com/pebble/developer.getpebble.com/
devportal: https://dev-portal.rebble.io/
site_repo: https://github.com/pebble/developer.rebble.io/
community_resources_repo: https://github.com/pebble/community-resources/
github: https://github.com/pebble/
forums: https://forums.pebble.com
forums_developer: https://forums.pebble.com/c/development
forums: https://forums.rebble.io
forums_developer: https://forums.rebble.io/c/development
pebblekit_android: https://github.com/pebble/pebble-android-sdk/
pebblekit_ios: https://github.com/pebble/pebble-ios-sdk/
examples_org: https://github.com/pebble-examples
pebblekit_android_jar: https://oss.sonatype.org/service/local/repositories/releases/content/com/getpebble/pebblekit/3.0.0/pebblekit-3.0.0-eclipse.jar
legal:
privacy: https://www.pebble.com/legal/privacy/
cookies: https://www.pebble.com/legal/cookies/
s3_assets: https://developer-assets.getpebble.com
pebble_tool_root: https://s3.amazonaws.com/assets.getpebble.com/pebble-tool/
privacy: https://www.rebble.io/legal/privacy/
cookies: https://www.rebble.io/legal/cookies/
s3_assets: https://developer-assets.rebble.io
pebble_tool_root: https://s3.amazonaws.com/assets.rebble.io/pebble-tool/
libpebble: https://github.com/pebble/libpebble2
kickstarter3: https://www.kickstarter.com/projects/597507018/pebble-2-time-2-and-core-an-entirely-new-3g-ultra
discord_invite: http://discord.gg/aRUAYFN
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Pebble Developer Website",
"description": "The official Pebble Developer website.",
"website": "https://developer.pebble.com",
"repository": "https://github.com/pebble/developer.getpebble.com",
"website": "https://developer.rebble.io",
"repository": "https://github.com/pebble/developer.rebble.io",
"env": {
"EXTERNAL_SERVER": {
"required": true
Expand Down
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use Rack::Rewrite do
end

use Rack::HostRedirect, {
'developer.getpebble.com' => 'developer.pebble.com'
'developer.rebble.io' => 'developer.rebble.io'
}

use Rack::TryStatic,
Expand Down
42 changes: 21 additions & 21 deletions docs.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This overrides the `url` configuration parameter of Jeyll. Set this to the root
of where the site will be hosted.

```
URL=http://developer.pebble.com
URL=http://developer.rebble.io
```

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

```
HTTPS_URL=https://developer.pebble.com
HTTPS_URL=https://developer.rebble.io
```

## PORT
Expand Down Expand Up @@ -52,7 +52,7 @@ This sets the `external_server` configuration variable, which tells the site the
location of the external server used for events, community blog and contact.

```
EXTERNAL_SERVER=https://developer-api.getpebble.com
EXTERNAL_SERVER=https://developer-api.rebble.io
```

## DOCS_URL
Expand Down
2 changes: 1 addition & 1 deletion lib/c_docs/doxygen_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def process_paragraph(node, mapping)
child.content = '-'
when 'ulink'
child.name = 'a'
child['href'] = child['url'].sub(%r{^https?://developer.pebble.com/}, '/')
child['href'] = child['url'].sub(%r{^https?://developer.rebble.io/}, '/')
child.remove_attribute('url')
when 'text'
# SKIP!
Expand Down
2 changes: 1 addition & 1 deletion source/_changelogs/2.0-BETA4.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ date: 2013-12-23
* Applications written for Pebble 1.x are not compatible with SDK 2.0
* If a 2.0 version of an application exists, the Pebble mobile applications will automatically install it when when a user upgrades her/his Pebble.

**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.getpebble.com/)!**
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.rebble.io/)!**

## What has changed since BETA3

Expand Down
2 changes: 1 addition & 1 deletion source/_changelogs/2.0-BETA5.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ date: 2014-01-10
* Applications written for Pebble 1.x are not compatible with SDK 2.0
* If a 2.0 version of an application exists, the Pebble mobile applications will automatically install it when when a user upgrades her/his Pebble.

**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.getpebble.com/)!**
**You can start uploading your application to the Pebble appstore TODAY - [Please do so](http://dev-portal.rebble.io/)!**

## What has changed since BETA4

Expand Down
2 changes: 1 addition & 1 deletion source/_changelogs/2.0-DP3.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Known issues:
- Max message length is shorter than Bluetooth Classic.
- Impact on battery life: we are actively characterizing and working on this, but it is currently less than Bluetooth-Classic only.

Please report any bugs by email to: [ancsbug@getpebble.com](mailto:ancsbug@getpebble.com)!
Please report any bugs by email to: [ancsbug@rebble.io](mailto:ancsbug@rebble.io)!

**Remember, this release is under NDA. Please do not share word of this new feature. Thanks a lot!**

Expand Down
2 changes: 1 addition & 1 deletion source/_data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ lukasz:
# team pebble
# cherie & thomas
# Matt Clark (SetPebble)
# tom@getpebble.com
# tom@rebble.io
4 changes: 2 additions & 2 deletions source/_data/faqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"hidden-questions": [
{
"question": "When is JS bundling?",
"answer": "Check tweets from @pebbledev and the bundling [forum thread](https://forums.getpebble.com/discussion/12451/pebble-js-bundling-updates)"
"answer": "Check tweets from @pebbledev and the bundling [forum thread](https://forums.rebble.io/discussion/12451/pebble-js-bundling-updates)"
},
{
"question": "Why does this app say 'coming soon'?",
Expand All @@ -86,7 +86,7 @@
"questions": [
{
"question": "My screen is artifacting/flashing/ customer support issues",
"answer": "Contact [support@getpebble.com](mailto:support@getpebble.com) for RMA issues."
"answer": "Contact [support@rebble.io](mailto:support@rebble.io) for RMA issues."
}
]
},
Expand Down
Loading