Skip to content

Commit dd601a0

Browse files
committed
Merge branch 'master' of https://github.com/ghaemisr/private-ChainFaaS into pull_request
2 parents 6d20e6c + a34008e commit dd601a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ServerlessController/templates/final_response.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3>Results: </h3>
1212
{{ result|linebreaks }}
1313
</p>
1414
<h3>Performance Metrics</h3>
15-
<p>To better understand the performance metrics shown in this page, visit [the docs](https://chainfaas.readthedocs.io/en/latest/pref.html).</p>
15+
<p>To better understand the performance metrics shown in this page, visit <a href='https://chainfaas.readthedocs.io/en/latest/perf.html'>the docs</a>.</p>
1616
<table class="table table-hover">
1717
<thead>
1818
<tr>

ServerlessController/templates/providers_app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Specify the amount of CPU and RAM that you want to contribute.</h2>
6161
</div>
6262

6363
{% else %}
64-
<h2>Thank you for your interest to become a providerin ChainFaaS.</h2>
64+
<h2>Thank you for your interest to become a provider in ChainFaaS.</h2>
6565
<p>To participate in the network as a provider, you need to download and run ChainFaaS program for providers. Go to the <a href="https://github.com/pacslab/ChainFaaS/tree/master/ComputeProvider">compute provider page of ChainFaaS's GitHub page</a> and follow the instructions. </p>
6666
{% endif %}
6767
</div>

0 commit comments

Comments
 (0)