Skip to content

Commit 3514422

Browse files
committed
fix disqus comments url
1 parent 95bb328 commit 3514422

24 files changed

Lines changed: 35 additions & 33 deletions

book/appendix_csvs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
516516
<script>
517517

518518
var disqus_config = function () {
519-
this.page.url = 'https://cosmicpython.com/book/appendix_csvs.html';
519+
this.page.url = 'https://www.cosmicpython.com/book/appendix_csvs.html';
520520
this.page.identifier = 'appendix_csvs';
521521
};
522522

book/appendix_django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
758758
<script>
759759

760760
var disqus_config = function () {
761-
this.page.url = 'https://cosmicpython.com/book/appendix_django.html';
761+
this.page.url = 'https://www.cosmicpython.com/book/appendix_django.html';
762762
this.page.identifier = 'appendix_django';
763763
};
764764

book/appendix_ds1_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
253253
<script>
254254

255255
var disqus_config = function () {
256-
this.page.url = 'https://cosmicpython.com/book/appendix_ds1_table.html';
256+
this.page.url = 'https://www.cosmicpython.com/book/appendix_ds1_table.html';
257257
this.page.identifier = 'appendix_ds1_table';
258258
};
259259

book/appendix_project_structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
746746
<script>
747747

748748
var disqus_config = function () {
749-
this.page.url = 'https://cosmicpython.com/book/appendix_project_structure.html';
749+
this.page.url = 'https://www.cosmicpython.com/book/appendix_project_structure.html';
750750
this.page.identifier = 'appendix_project_structure';
751751
};
752752

book/appendix_validation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
824824
<script>
825825

826826
var disqus_config = function () {
827-
this.page.url = 'https://cosmicpython.com/book/appendix_validation.html';
827+
this.page.url = 'https://www.cosmicpython.com/book/appendix_validation.html';
828828
this.page.identifier = 'appendix_validation';
829829
};
830830

book/chapter_01_domain_model.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3 id="_exploring_the_domain_language">Exploring the Domain Language</h3>
335335
so that the examples are easier to talk about.</p>
336336
</div>
337337
<div class="paragraph">
338-
<p><a data-type="xref" href="#allocation_notes" data-xrefstyle="select:nopage">#allocation_notes</a> shows some notes we might have taken while having a
338+
<p>The sidebar called <a href="#allocation_notes">Some Notes on Allocation</a> shows some notes we might have taken while having a
339339
conversation with our domain experts about allocation.</p>
340340
</div>
341341
<div id="allocation_notes" class="sidebarblock">
@@ -1247,7 +1247,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
12471247
</div>
12481248
<div id="footer">
12491249
<div id="footer-text">
1250-
Last updated 2020-03-17 09:07:44 UTC
1250+
Last updated 2020-03-17 17:41:45 UTC
12511251
</div>
12521252
</div>
12531253
<style>
@@ -1325,7 +1325,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
13251325
<script>
13261326

13271327
var disqus_config = function () {
1328-
this.page.url = 'https://cosmicpython.com/book/chapter_01_domain_model.html';
1328+
this.page.url = 'https://www.cosmicpython.com/book/chapter_01_domain_model.html';
13291329
this.page.identifier = 'chapter_01_domain_model';
13301330
};
13311331

book/chapter_02_repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
13241324
<script>
13251325

13261326
var disqus_config = function () {
1327-
this.page.url = 'https://cosmicpython.com/book/chapter_02_repository.html';
1327+
this.page.url = 'https://www.cosmicpython.com/book/chapter_02_repository.html';
13281328
this.page.identifier = 'chapter_02_repository';
13291329
};
13301330

book/chapter_03_abstractions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
11031103
<script>
11041104

11051105
var disqus_config = function () {
1106-
this.page.url = 'https://cosmicpython.com/book/chapter_03_abstractions.html';
1106+
this.page.url = 'https://www.cosmicpython.com/book/chapter_03_abstractions.html';
11071107
this.page.identifier = 'chapter_03_abstractions';
11081108
};
11091109

book/chapter_04_service_layer.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,9 @@ <h4 id="_a_typical_service_function">A Typical Service Function</h4>
673673
this is what we mean when we say we should "depend on abstractions." Our
674674
<em>high-level module</em>, the service layer, depends on the repository abstraction.
675675
And the <em>details</em> of the implementation for our specific choice of persistent
676-
storage also depend on that same abstraction. See Figures <a data-type="xref" href="#service_layer_diagram_abstract_dependencies" data-xrefstyle="select:labelnumber">#service_layer_diagram_abstract_dependencies</a> and <a data-type="xref" href="#service_layer_diagram_test_dependencies" data-xrefstyle="select:labelnumber">#service_layer_diagram_test_dependencies</a>.</p>
676+
storage also depend on that same abstraction. See
677+
<a href="#service_layer_diagram_abstract_dependencies">Abstract dependencies of the service layer</a> and
678+
<a href="#service_layer_diagram_test_dependencies">Tests provide an implementation of the abstract dependency</a>.</p>
677679
</div>
678680
<div class="paragraph">
679681
<p>See also in <a href="/book/appendix_csvs.html">[appendix_csvs]</a> a worked example of swapping out the
@@ -1173,7 +1175,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11731175
</div>
11741176
<div id="footer">
11751177
<div id="footer-text">
1176-
Last updated 2020-03-17 09:07:44 UTC
1178+
Last updated 2020-03-17 17:37:09 UTC
11771179
</div>
11781180
</div>
11791181
<style>
@@ -1251,7 +1253,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
12511253
<script>
12521254

12531255
var disqus_config = function () {
1254-
this.page.url = 'https://cosmicpython.com/book/chapter_04_service_layer.html';
1256+
this.page.url = 'https://www.cosmicpython.com/book/chapter_04_service_layer.html';
12551257
this.page.identifier = 'chapter_04_service_layer';
12561258
};
12571259

book/chapter_05_high_gear_low_gear.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
818818
<script>
819819

820820
var disqus_config = function () {
821-
this.page.url = 'https://cosmicpython.com/book/chapter_05_high_gear_low_gear.html';
821+
this.page.url = 'https://www.cosmicpython.com/book/chapter_05_high_gear_low_gear.html';
822822
this.page.identifier = 'chapter_05_high_gear_low_gear';
823823
};
824824

0 commit comments

Comments
 (0)