Updated links in landing page

This commit is contained in:
Chapin Bryce 2019-11-03 09:22:37 -05:00
parent 21bc84cabe
commit 645021f894
3 changed files with 9 additions and 3 deletions

View File

@ -177,7 +177,10 @@ without needing to re-invent the wheel each time.</p>
this outline is the main launching point to find the correct page
containing the code block you wish to reference.</p>
<p>Please feel free to contribute your own sections with the snippets that have
worked well for you, even if a similar section already exists.</p>
worked well for you, even if a similar section already exists. This handbook
is hosted on GitHub at <a class="reference external" href="https://github.com/chapinb/python-forensics-handbook">https://github.com/chapinb/python-forensics-handbook</a> and
available to read online at <a class="reference external" href="https://chapinb.com/python-forensics-handbook">https://chapinb.com/python-forensics-handbook</a>.
Please consider submitting a pull request with your additions!</p>
<div class="section" id="section-1-essential-script-elements">
<h2>Section 1 - Essential Script Elements<a class="headerlink" href="#section-1-essential-script-elements" title="Permalink to this headline"></a></h2>
<p>This chapter covers code blocks that are useful across scripts

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,10 @@ this outline is the main launching point to find the correct page
containing the code block you wish to reference.
Please feel free to contribute your own sections with the snippets that have
worked well for you, even if a similar section already exists.
worked well for you, even if a similar section already exists. This handbook
is hosted on GitHub at https://github.com/chapinb/python-forensics-handbook and
available to read online at https://chapinb.com/python-forensics-handbook.
Please consider submitting a pull request with your additions!
Section 1 - Essential Script Elements
-------------------------------------