Skip to content

Commit 833eef0

Browse files
committed
Blog 5 and updated pathing in 1-4
1 parent cc6e9c7 commit 833eef0

36 files changed

Lines changed: 537 additions & 15 deletions

blog01/Step1/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 1 - Setup the basic folder structure.</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog02/Step1/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 1 - Remove the Dummy / Sample Tests from our Test Suites</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog02/Step2/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 2 - Add Tests to Test if Our Objects Initialize Correctly</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog02/Step3/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 3 - Create a Test for Method count() in Website.cfc</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog02/Step4/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 4 - Create the Method count() in Website.cfc</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog02/Step5/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 5 - Add Second Spec / Assertion to testCount() Test</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog03/Step0/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 5 - Add Second Spec / Assertion to testCount() Test</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog03/Step1/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 1 - Add testValidDomainName() Test</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog03/Step2/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 2 - Add isValidDomainName() Method</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

blog03/Step3/index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Step 3 - Lets check our Domain Name Segment for Starting and Ending Characters</h1>
1010

1111
<p><a href="/index.cfm">Back to Series Index</a></p>
12-
<p><a href="/index.cfm">Back to Blog Index</a></p>
12+
<p><a href="../index.cfm">Back to Blog Index</a></p>
1313

1414
<ul>
1515
<li>View Code to See File Setup</li>

0 commit comments

Comments
 (0)