Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 36b6cc2

Browse files
committed
v3(docs): Remove reference to real SAPI environment
1 parent d1189f1 commit 36b6cc2

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/v3/source/includes/api_resources/_service_instances.erb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"version": "1.0.0"
4343
},
4444
"upgrade_available": false,
45-
"dashboard_url": "https://the-best-broker.cfapps.io/dashboard?time=2020-03-10T15:49:29.831Z",
45+
"dashboard_url": "https://service-broker.example.org/dashboard",
4646
"last_operation": {
4747
"type": "create",
4848
"state": "succeeded",
@@ -68,13 +68,13 @@
6868
},
6969
"links": {
7070
"self": {
71-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_instances/c89b3280-fe8d-4aa0-a42e-44465bb1c61c"
71+
"href": "https://api.example.org/v3/service_instances/c89b3280-fe8d-4aa0-a42e-44465bb1c61c"
7272
},
7373
"service_plan": {
74-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_plans/5358d122-638e-11ea-afca-bf6e756684ac"
74+
"href": "https://api.example.org/v3/service_plans/5358d122-638e-11ea-afca-bf6e756684ac"
7575
},
7676
"space": {
77-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
77+
"href": "https://api.example.org/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
7878
}
7979
}
8080
},
@@ -100,10 +100,10 @@
100100
},
101101
"links": {
102102
"self": {
103-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_instances/88ce23e5-27c3-4381-a2df-32a28ec43133"
103+
"href": "https://api.example.org/v3/service_instances/88ce23e5-27c3-4381-a2df-32a28ec43133"
104104
},
105105
"space": {
106-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
106+
"href": "https://api.example.org/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
107107
}
108108
}
109109
}
@@ -123,7 +123,7 @@
123123
"version": "1.0.0"
124124
},
125125
"upgrade_available": false,
126-
"dashboard_url": "https://the-best-broker.cfapps.io/dashboard?time=2020-03-10T15:49:29.831Z",
126+
"dashboard_url": "https://service-broker.example.org/dashboard",
127127
"last_operation": {
128128
"type": <%= metadata.fetch(:operation, "create").to_json %>,
129129
"state": "succeeded",
@@ -149,13 +149,13 @@
149149
},
150150
"links": {
151151
"self": {
152-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_instances/c89b3280-fe8d-4aa0-a42e-44465bb1c61c"
152+
"href": "https://api.example.org/v3/service_instances/c89b3280-fe8d-4aa0-a42e-44465bb1c61c"
153153
},
154154
"service_plan": {
155-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_plans/5358d122-638e-11ea-afca-bf6e756684ac"
155+
"href": "https://api.example.org/v3/service_plans/5358d122-638e-11ea-afca-bf6e756684ac"
156156
},
157157
"space": {
158-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
158+
"href": "https://api.example.org/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
159159
}
160160
}
161161
}
@@ -184,10 +184,10 @@
184184
},
185185
"links": {
186186
"self": {
187-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/service_instances/88ce23e5-27c3-4381-a2df-32a28ec43133"
187+
"href": "https://api.example.org/v3/service_instances/88ce23e5-27c3-4381-a2df-32a28ec43133"
188188
},
189189
"space": {
190-
"href": "https://api.bloom-fright.sapi.cf-app.com/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
190+
"href": "https://api.example.org/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
191191
}
192192
}
193193
}

0 commit comments

Comments
 (0)