This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic-site.git
The following commit(s) were added to refs/heads/master by this push:
new 218e310 MNEMONIC-600/601/602 HREFs missing when building Mnemonic
site locally
new 1d2e9c5 Merge pull request #5 from rhythmwind/issue-600/601/602
218e310 is described below
commit 218e3108cdb7fc15cd697ca8d52eef4c3003cf45
Author: Zane <[email protected]>
AuthorDate: Fri Feb 5 23:53:06 2021 -0800
MNEMONIC-600/601/602 HREFs missing when building Mnemonic site locally
Signed-off-by: Zane <[email protected]>
---
src/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/index.html b/src/index.html
index 1a5eab3..e75771e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -7,7 +7,7 @@ overview: true
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
- <a class="first titlehead inner-center" href="/docs/features">
+ <a class="first titlehead inner-center" href="/docs/features.html">
if <span class="codesym">(</span> Mnemonic.inUse() <span
class="codesym">)</span> <span class="codesym">{</span>
<div class="ifbody">
assert availMemory >= sysMemory;<br/>
@@ -23,13 +23,13 @@ overview: true
<section class="ingredients">
<div class="grid">
<div class="row">
- <a class="tblunit1 one-third" href="/docs/domusecases">
+ <a class="tblunit1 one-third" href="/docs/domusecases.html">
<p>Durable Object Model</p>
</a>
- <a class="tblunit1 one-third" href="/docs/dcmusecases">
+ <a class="tblunit1 one-third" href="/docs/dcmusecases.html">
<p>Durable Computing Model</p>
</a>
- <a class="tblunit1 one-third" href="/docs/msusecases">
+ <a class="tblunit1 one-third" href="/docs/msusecases.html">
<p>Durable Memory Service</p>
</a>
</div>