This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new 48e0b23 fix typo in archived releases description (#404)
48e0b23 is described below
commit 48e0b23319c72939c153eddd1f999d2d5d1f75c7
Author: David Grove <dgrove-oss@users.noreply.github.com>
AuthorDate: Tue Aug 13 14:01:56 2019 -0400
fix typo in archived releases description (#404)
---
_layouts/downloads.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index 31a6204..9749e04 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -73,7 +73,7 @@ layout: default
</p>
<p>
Older releases are archived at
- <a style="font-weight:normal;" href="http://archive.apache.org/dist/incubator/openwhisk/">archive.apache.org
(incubating()</a>
+ <a style="font-weight:normal;" href="http://archive.apache.org/dist/incubator/openwhisk/">archive.apache.org
(incubator releases)</a>
and
<a style="font-weight:normal;" href="http://archive.apache.org/dist/openwhisk/">archive.apache.org</a>.
</p>
|