Skip to content

Commit d796ced

Browse files
AntonStokozAnton Stokoz
andauthored
fixes for https for Koba (#42)
Co-authored-by: Anton Stokoz <anton.stokoz@intelex.comn>
1 parent 238a007 commit d796ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/_task-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ request(options, function (error, response, body) {
746746
```
747747

748748
```csharp
749-
var client = new RestClient("http://cloud3.intelex.com/wabouchalha/api/v2/task/mytasks?%24filter=RespEmployeeName%20eq%20'Steve%20Rogers'");
749+
var client = new RestClient("https://cloud3.intelex.com/wabouchalha/api/v2/task/mytasks?%24filter=RespEmployeeName%20eq%20'Steve%20Rogers'");
750750
var request = new RestRequest(Method.GET);
751751
IRestResponse response = client.Execute(request);
752752
```

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ under the License.
6060
</a>
6161
<div class="tocify-wrapper">
6262
<div style="margin-top:15px;margin-left:15px">
63-
<a href="http://developers.intelex.com">
63+
<a href="https://developers.intelex.com">
6464
<%= image_tag "logo.png" %>
6565
</a>
6666
</div>

0 commit comments

Comments
 (0)