fix: https links
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
4caa46a389
commit
bed56fb6d4
1 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
<section>
|
<section>
|
||||||
<section data-markdown data-separator="---" data-separator-notes="^Note:">
|
<section data-markdown data-separator="---" data-separator-notes="^Note:">
|
||||||
<textarea data-template>
|
<textarea data-template>
|
||||||
<a href="http://frappe.io/" target="_blank">Frappe</a>
|
<a href="https://frappe.io/" target="_blank">Frappe</a>
|
||||||
Note:
|
Note:
|
||||||
Open Source Framework to build applications
|
Open Source Framework to build applications
|
||||||
Alternative to Flask, Djankgo
|
Alternative to Flask, Djankgo
|
||||||
|
|
@ -50,12 +50,12 @@
|
||||||
<section>
|
<section>
|
||||||
<section data-markdown data-separator="---" data-separator-notes="^Note:">
|
<section data-markdown data-separator="---" data-separator-notes="^Note:">
|
||||||
<textarea data-template>
|
<textarea data-template>
|
||||||
<a href="http://browserstack.com/" target="_blank">BrowserStack</a>
|
<a href="https://browserstack.com/" target="_blank">BrowserStack</a>
|
||||||
---
|
---
|
||||||
<div>
|
<div>
|
||||||
<div><a href="https://www.nagios.org/" target="_blank">Nagios</a></div>
|
<div><a href="https://www.nagios.org/" target="_blank">Nagios</a></div>
|
||||||
<br/>
|
<br/>
|
||||||
<img data-src="http://www.quickmeme.com/img/1d/1ddd3c8b6503c36e84de315d54fe7132c8616a709c31222fde663af2994d97d3.jpg" height="400"></img>
|
<img data-src="https://www.quickmeme.com/img/1d/1ddd3c8b6503c36e84de315d54fe7132c8616a709c31222fde663af2994d97d3.jpg" height="400"></img>
|
||||||
</div>
|
</div>
|
||||||
Note:
|
Note:
|
||||||
SLA, Uptime, Alerts
|
SLA, Uptime, Alerts
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<a href="http://codingcoffee.dev/" target="_blank">Ameya Shenoy</a>
|
<a href="https://codingcoffee.dev/" target="_blank">Ameya Shenoy</a>
|
||||||
</div>
|
</div>
|
||||||
</textarea>
|
</textarea>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue