You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/21 15:18:59 UTC

[GitHub] dubee closed pull request #3683: Fix outdated docs in about.md and actions.md

dubee closed pull request #3683: Fix outdated docs in about.md and actions.md
URL: https://github.com/apache/incubator-openwhisk/pull/3683
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/about.md b/docs/about.md
index e74a8b7725..eb95dfa9b8 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -126,7 +126,7 @@ In our specific case, as we’re having a *Node.js* based action at hand, the In
 
 ### Storing the results: CouchDB again
 
-As the result is obtained by the Invoker, it is stored into the **whisks** database as an activation under the ActivationId mentioned further above. The **whisks** database lives in **CouchDB**.
+As the result is obtained by the Invoker, it is stored into the **activations** database as an activation under the ActivationId mentioned further above. The **activations** database lives in **CouchDB**.
 
 In our specific case, the Invoker gets the resulting JSON object back from the action, grabs the log written by Docker, puts them all into the activation record and stores it into the database. It will look roughly like this:
 
diff --git a/docs/actions.md b/docs/actions.md
index e07ac83669..36edb62551 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -81,7 +81,7 @@ Review the following steps and examples to create your first JavaScript action.
   ```
   ok: created action hello
   ```
-  The CLI automatically infers the type of the action by using the source file extension. For `.js` source files, the action runs by using a Node.js 6 runtime. You can also create an action that runs with Node.js 8 by explicitly specifying the parameter `--kind nodejs:8`. For more information, see the Node.js 6 vs 8 [reference](./openwhisk_reference.html#openwhisk_ref_javascript_environments).
+  The CLI automatically infers the type of the action by using the source file extension. For `.js` source files, the action runs by using a Node.js 6 runtime. You can also create an action that runs with Node.js 8 by explicitly specifying the parameter `--kind nodejs:8`. For more information, see the Node.js 6 vs 8 [reference](./reference.md#javascript-runtime-environments).
 
 3. List the actions that you have created:
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services