This is an automated email from the ASF dual-hosted git repository.
rabbah 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 1e090f9 Add Ruby version file and fix link (#469)
1e090f9 is described below
commit 1e090f944928d9b02cd2b4ff80fefa9071827651
Author: John Bampton <[email protected]>
AuthorDate: Sun Mar 14 01:31:44 2021 +1000
Add Ruby version file and fix link (#469)
Set Ruby version to 2.7.2.
"Many Ruby (or Rails) projects will include a simple .ruby-version file,
which simply specifies a version number, for example: 2.4.2. Popular tools to
help you manage your Ruby version are: Ruby Version Manager (RVM) rbenv."
---
.ruby-version | 1 +
README.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ruby-version b/.ruby-version
new file mode 100644
index 0000000..37c2961
--- /dev/null
+++ b/.ruby-version
@@ -0,0 +1 @@
+2.7.2
diff --git a/README.md b/README.md
index 7c02843..df4393b 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ Current Jenkins build status can be checked here:
### Issues
-Report website bugs, ask questions and request features [here on
GitHub](../../issues).
+Report website bugs, ask questions and request features [here on
GitHub](https://github.com/apache/openwhisk-website/issues).
You can also join our slack domain and chat with developers. Please visit here
to sign up:
[https://openwhisk.apache.org/slack.html](https://openwhisk.apache.org/slack.html)