You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lesson 1/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Hear Me Code Lesson 1
15
15
* Determining whether a phone number or email address is valid and displaying different text based on the result
16
16
17
17
**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)
19
19
* 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)
20
20
* 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)
21
21
* 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