Skip to content

Commit

Permalink
Merge pull request #127 from ably/web-1939-update-url
Browse files Browse the repository at this point in the history
[WEB-1939] Change status.ably.io to status.ably.com
  • Loading branch information
artismarti authored Oct 14, 2021
2 parents 18a3a1b + 6cdebff commit b64a575
Show file tree
Hide file tree
Showing 14 changed files with 1,034 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (4.1.0)
ably-ui (4.1.0.dev.5a3c660)
view_component (~> 2.33.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
>System status</a
><iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down Expand Up @@ -434,7 +434,7 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] =
>
<iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
>System status</a
><iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down Expand Up @@ -437,7 +437,7 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] =
>System status</a
><iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
>System status</a
><iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down Expand Up @@ -624,7 +624,7 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] =
>System status</a
><iframe
class="w-24 h-24 mt-4"
src="https://status.ably.io/embed/icon"
src="https://status.ably.com/embed/icon"
allowtransparency="true"
frameborder="0"
scrolling="no"
Expand Down
Loading

0 comments on commit b64a575

Please sign in to comment.