Skip to content

Commit 77885b4

Browse files
committed
Update the labs links.
1 parent 481515a commit 77885b4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ please scroll down to [Windows non-WSL Setup](#windows-non-wsl-setup).
125125
1. Verify the following pages load:
126126
* http://127.0.0.1:8000/
127127
* http://127.0.0.1:8000/p/
128-
* http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113/
128+
* http://127.0.0.1:8000/p/author-up-language-push-162/
129129
1. Log into the admin ([link](http://127.0.0.1:8000/admin/)) with your super user.
130130
1. Verify the following pages load:
131131
* http://127.0.0.1:8000/post/create/
@@ -181,7 +181,7 @@ Proceed to [Lab 1](docs/lab1.md).
181181
1. Verify the following pages load:
182182
* http://127.0.0.1:8000/
183183
* http://127.0.0.1:8000/p/
184-
* http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113/
184+
* http://127.0.0.1:8000/p/author-up-language-push-162/
185185
1. Log into the admin ([link](http://127.0.0.1:8000/admin/)) with your super user.
186186
1. Verify the following pages load:
187187
* http://127.0.0.1:8000/post/create/

docs/lab1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ git checkout lab-1.1
1313

1414
### Report
1515

16-
The detail view for the post "Unit bar pressure." is broken.
16+
The detail view for the post "Author up language push." is broken.
1717

1818
To reproduce:
1919
1. Browse to the [posts page](http://127.0.0.1:8000/p/).
20-
1. Click on "Read" for the post with the title "Skill fight girl north production thus a."
20+
1. Click on "Read" for the post with the title "Author up language push."
2121
1. "It doesn't work!"
2222

2323
### Facts
@@ -28,7 +28,7 @@ Let's consider what we know:
2828
QuerySet does not contain a Post matching the filters.
2929
- The line that causes the error is on line 80:``post = posts.get(title=lookup)``
3030
- We know the post exists, we can find it in the
31-
[admin](http://127.0.0.1:8000/admin/newsletter/post/?title=Skill+fight+girl+north+production+thus+a.)
31+
[admin](http://127.0.0.1:8000/admin/newsletter/post/?q=Author+up+language+push.)
3232
- This impacts more than just the post in the report. The detail
3333
view is broken for all posts.
3434

docs/lab2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The site seems to be running slower lately. Please make the site fast again!
1717

1818
To reproduce:
1919
1. Browse to the [posts page](http://127.0.0.1:8000/p/).
20-
1. Browse to a [post's page](http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113/).
20+
1. Browse to a [post's page](http://127.0.0.1:8000/p/author-up-language-push-162/).
2121
1. Browse to the [posts admin page](http://127.0.0.1:8000/admin/newsletter/post/).
2222
1. Why are these slow?
2323

@@ -344,8 +344,8 @@ Thank you for adding caching to the site recently, but I think you broke somethi
344344
A post that shouldn't be public is available to the public now.
345345

346346
To reproduce:
347-
1. Log into your staff account and browse to the [published posts](http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113/).
348-
1. Use an incognito window to also view the [published posts](http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113/).
347+
1. Log into your staff account and browse to the [published posts](http://127.0.0.1:8000/p/).
348+
1. Use an incognito window to also view the [published posts](http://127.0.0.1:8000/p/).
349349
1. In the incognito window, click to read a post.
350350
1. In the staff authenticated window, click "Set to private" for the post opened
351351
in the incognito window.

0 commit comments

Comments
 (0)