Skip to content

Commit b1c8840

Browse files
committed
Update absolute urls and remove link to Soap12 on Mono
1 parent 71a3416 commit b1c8840

File tree

9 files changed

+15
-21
lines changed

9 files changed

+15
-21
lines changed

src/Backbone.Todos/default.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
1414
top: 5px; left: 10px;">
15-
<img src="http://servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
15+
<img src="http://mono.servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
1616
</a>
1717
<!-- Todo App Interface -->
1818
<div id="todoapp">

src/RedisStackOverflow/RedisStackOverflow/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
</head>
377377
<body>
378378

379-
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
379+
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://mono.servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
380380

381381
<div id="header-links">
382382
<a href="../ServiceStack.Hello/">Hello World</a>
@@ -386,7 +386,6 @@
386386
<a href="../ServiceStack.MovieRest/">REST Movies</a>
387387
<a href="../ServiceStack.Northwind/">Northwind Database</a>
388388
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
389-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
390389
</div>
391390

392391
<a class="lnk-src" href="https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Questions"><img src="Content/Images/btn-github.png" width="186" height="84" /></a>

src/RestFiles/RestFiles/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
<body>
1111
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
1212
top: 5px; left: 10px;">
13-
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
13+
<img src="http://mono.servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
1414
<div id="header">
1515
<div id="header-links">
1616
<a href="../ServiceStack.Hello/">Hello World</a> <a href="../Backbone.Todos/">Todos</a>
1717
<a href="../RedisStackOverflow/">Redis StackOverflow</a> <a href="../RestFiles/">REST
1818
Files</a> <a href="../ServiceStack.MovieRest/">REST Movies</a> <a href="../ServiceStack.Northwind/">
1919
Northwind Database</a> <a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
20-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
2120
</div>
2221
<a id="github" href="https://github.com/ServiceStack/ServiceStack.Examples">
2322
<img src="Content/Images/btn-github.png" alt="ServiceStack.Examples project" /></a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap11.aspx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
2020
</div>
2121

22-
<a href="http://www.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
22+
<a href="http://mono.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
2323

2424
<h1>Trying ServiceStack's SOAP 1.1 Web Service Examples</h1>
2525

@@ -133,7 +133,7 @@
133133
or available to download as zip package from the link below:
134134

135135
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
136-
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
136+
<img src="http://mono.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
137137
</a>
138138
</p>
139139

@@ -144,7 +144,7 @@
144144
</a>
145145

146146
<a href="http://www.ajaxstack.com">Ajax Stack</a> |
147-
<a href="http://www.servicestack.net">Service Stack</a>
147+
<a href="http://mono.servicestack.net">Service Stack</a>
148148

149149
</div>
150150

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap12.aspx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
2121
</div>
2222

23-
<a href="http://www.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
23+
<a href="http://mono.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
2424

2525
<h1>Trying ServiceStack's SOAP 1.2 Web Service Examples</h1>
2626

@@ -133,7 +133,7 @@
133133
or available to download as zip package from the link below:
134134

135135
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
136-
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
136+
<img src="http://mono.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
137137
</a>
138138
</p>
139139

@@ -144,7 +144,7 @@
144144
</a>
145145

146146
<a href="http://www.ajaxstack.com">Ajax Stack</a> |
147-
<a href="http://www.servicestack.net">Service Stack</a>
147+
<a href="http://mono.servicestack.net">Service Stack</a>
148148

149149
</div>
150150

src/ServiceStack.Examples/ServiceStack.Examples.Clients/default.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,9 @@
139139
<a href="../ServiceStack.MovieRest/">REST Movies</a>
140140
<a href="../ServiceStack.Northwind/">Northwind Database</a>
141141
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
142-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
143142
</div>
144143

145-
<a href="http://www.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
144+
<a href="http://mono.servicestack.net"><img src="img/demo-logo-servicestack.png" alt="Service Stack Demo" /></a>
146145

147146
<h1>Calling ServiceStack Web Services with Ajax</h1>
148147

@@ -582,7 +581,7 @@ <h4>5. View the source code online or Download:</h4>
582581
or available to download as zip package from the link below:
583582

584583
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
585-
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
584+
<img src="http://mono.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
586585
</a>
587586
</p>
588587

@@ -593,7 +592,7 @@ <h4>5. View the source code online or Download:</h4>
593592
</a>
594593

595594
<a href="http://www.ajaxstack.com">Ajax Stack</a> |
596-
<a href="http://www.servicestack.net">Service Stack</a>
595+
<a href="http://mono.servicestack.net">Service Stack</a>
597596

598597
</div>
599598

src/ServiceStack.Hello/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
<body>
88
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
99
top: 5px; left: 10px;">
10-
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
10+
<img src="http://mono.servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
1111
<div id="header-links">
1212
<a href="../ServiceStack.Hello/">Hello World</a> <a href="../Backbone.Todos/">Todos</a>
1313
<a href="../RedisStackOverflow/">Redis StackOverflow</a> <a href="../RestFiles/">REST
1414
Files</a> <a href="../ServiceStack.MovieRest/">REST Movies</a> <a href="../ServiceStack.Northwind/">
1515
Northwind Database</a> <a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
16-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
1716
</div>
1817
<a class="lnk-src" href="https://github.com/ServiceStack/ServiceStack">
1918
<img src="Content/Images/btn-github.png" width="186" height="84" /></a>

src/ServiceStack.MovieRest/Web/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,14 @@
153153
</head>
154154
<body>
155155
<a href="http://mono.servicestack.net" style="display: block; position: absolute; top: 5px; left: 10px;">
156-
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
156+
<img src="http://mono.servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
157157
<div id="header-links">
158158
<a href="../ServiceStack.Hello/">Hello World</a> <a href="../Backbone.Todos/">Todos</a>
159159
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
160160
<a href="../RestFiles/">REST Files</a>
161161
<a href="../ServiceStack.MovieRest/">REST Movies</a>
162162
<a href="../ServiceStack.Northwind/">Northwind Database</a>
163163
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
164-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
165164
</div>
166165
<a class="lnk-src" href="https://github.com/ServiceStack/ServiceStack">
167166
<img src="Content/Images/btn-github.png" width="186" height="84" /></a>

src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</head>
131131
<body>
132132

133-
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
133+
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://mono.servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
134134

135135
<div id="header-links">
136136
<a href="../ServiceStack.Hello/">Hello World</a>
@@ -140,7 +140,6 @@
140140
<a href="../ServiceStack.MovieRest/">REST Movies</a>
141141
<a href="../ServiceStack.Northwind/">Northwind Database</a>
142142
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
143-
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
144143
</div>
145144

146145
<a id="github" href="https://github.com/ServiceStack/ServiceStack.Examples"><img src="img/btn-github.png" alt="ServiceStack.Examples project" /></a>

0 commit comments

Comments
 (0)