Skip to content

Commit bac6706

Browse files
committed
tweaking a couple of broken links
1 parent 41a7209 commit bac6706

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/pages/01-introduction/03-why-use-python.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Stack Overflow's community-created question and answer data confirms the
4747
[incredible growth of the Python ecosystem](https://stackoverflow.blog/2017/09/06/incredible-growth-python/)
4848
and tries to determine
4949
[why it growing so quickly](https://stackoverflow.blog/2017/09/14/python-growing-quickly/)
50-
with their own analysis. In the 2018 Stack Overflow developer survey the
50+
with their own analysis. In the 2020 Stack Overflow developer survey the
5151
data indicated that
52-
[Python was the fastest growing major programming language](https://insights.stackoverflow.com/survey/2018/#technology-programming-scripting-and-markup-languages)
52+
[Python was the fastest growing major programming language](https://insights.stackoverflow.com/survey/2020/#technology-programming-scripting-and-markup-languages)
5353
and that there is a close alignment between the languages and tools that
5454
developers choose to learn and the usage in developers' professional work.
5555

content/pages/01-introduction/07-companies.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ like the CIA, FBI and NSA.
145145
[SEC uses Python and proposes organizations use Python to comply with regulations](http://jsdelfino.blogspot.com/2010/05/security-exchange-commission-python.html).
146146

147147
* A quick search for government jobs that require or recommend Python
148-
[via USAJobs](https://sec.usajobs.gov/Search/?k=python&p=1)
148+
[via USAJobs](https://www.usajobs.gov/Search/Results?k=python)
149149
turns up numerous listings at organizations such as the Smithsonian
150150
Institution, Department of Education, Department of the Navy and
151151
National Institute of Standards and Technology (NIST).

content/pages/05-deployment/29-gocd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meta: GoCD is a continuous integration (CI) server often used to automatically b
88

99

1010
[GoCD](https://www.gocd.org/) is a
11-
[continuous integration (CI)](/continuous-integation.html)
11+
[continuous integration (CI)](/continuous-integration.html)
1212
server often used to automatically build, [test](/testing.html) and
1313
[deploy](/deployment.html) Python applications.
1414

0 commit comments

Comments
 (0)