Skip to content

Commit 52fc450

Browse files
authored
Merge pull request #249 from f5devcentral:dev
fix lab fqdn
2 parents 9e4d595 + 73ecf77 commit 52fc450

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/class1/class1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ During this class we will:
6363
6464
var email = emailInput.value;
6565
localStorage.setItem('email', email);
66-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
66+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
6767
method: 'GET',
6868
headers: {
6969
'Content-Type': 'application/json'

docs/class1/modulea2/modulea2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
var email = emailInput.value;
3232
localStorage.setItem('email', email);
33-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
33+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
3434
method: 'GET',
3535
headers: {
3636
'Content-Type': 'application/json'

docs/class2/class2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ During this class we will:
6969
7070
var email = emailInput.value;
7171
localStorage.setItem('email', email);
72-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
72+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
7373
method: 'GET',
7474
headers: {
7575
'Content-Type': 'application/json'

docs/class2/modulea2/modulea2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have reached this stage after finishing **Class 1** you can simply contin
3131
3232
var email = emailInput.value;
3333
localStorage.setItem('email', email);
34-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/${btoa(email)}`, {
34+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/${btoa(email)}`, {
3535
method: 'GET',
3636
headers: {
3737
'Content-Type': 'application/json'

docs/class3/class3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ During this class we will:
5555
5656
var email = emailInput.value;
5757
localStorage.setItem('email', email);
58-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
58+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${btoa(email)}`, {
5959
method: 'GET',
6060
headers: {
6161
'Content-Type': 'application/json'

docs/class3/modulea2/modulea2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have reached this stage after finishing **Class 2** you can simply contin
3131
3232
var email = emailInput.value;
3333
localStorage.setItem('email', email);
34-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/${btoa(email)}`, {
34+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/${btoa(email)}`, {
3535
method: 'GET',
3636
headers: {
3737
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)