Skip to content

Commit 1b913d3

Browse files
committed
Update README.md
1 parent a118b3e commit 1b913d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lesson 1/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hear Me Code Lesson 1
1515
* Determining whether a phone number or email address is valid and displaying different text based on the result
1616

1717
**Examples in real projects:**
18-
* Verifying that a Social Security number is valid: [Courtesy Suellen Foth](https://github.com/suellenf/hearmecode/blob/master/demos/lesson1_demo_ssn_test_loop.py#L15)
18+
* Verifying that a Social Security number is valid: [https://github.com/suellenf/hearmecode/blob/master/demos/lesson1_demo_ssn_test_loop.py](https://github.com/suellenf/hearmecode/blob/master/demos/lesson1_demo_ssn_test_loop.py#L15)
1919
* Remove common words like "the" from search terms to improve searches: [Used in http://shannonvturner.com/bechdel](https://github.com/shannonturner/bechdel/blob/d1b4d805277b74456c4c1d9500b48b994ed77e57/apps/bechdel/views.py#L66)
2020
* If a search term begins with two **t**s, treat it differently: [Used in http://shannonvturner.com/bechdel](https://github.com/shannonturner/bechdel/blob/d1b4d805277b74456c4c1d9500b48b994ed77e57/apps/bechdel/views.py#L60)
2121
* If a search term is too long, shorten it: [Used in http://shannonvturner.com/bechdel](https://github.com/shannonturner/bechdel/blob/d1b4d805277b74456c4c1d9500b48b994ed77e57/apps/bechdel/views.py#L72)

0 commit comments

Comments
 (0)