openwhisk
openwhisk copied to clipboard
Sent Quick Start's Java link to the JDK download location.
Description
Changed the Java link from the JRE page to the JDK page.
Related issue and scope
#5199
My changes affect the following components
- [ ] API
- [ ] Controller
- [ ] Message Bus (e.g., Kafka)
- [ ] Loadbalancer
- [ ] Scheduler
- [ ] Invoker
- [ ] Intrinsic actions (e.g., sequences, conductors)
- [ ] Data stores (e.g., CouchDB)
- [ ] Tests
- [ ] Deployment
- [ ] CLI
- [ ] General tooling
- [X] Documentation
Types of changes
- [X] Bug fix (generally a non-breaking change which closes an issue).
- [ ] Enhancement or new feature (adds new functionality).
- [ ] Breaking change (a bug fix or enhancement which changes existing behavior).
Checklist:
- [X] I signed an Apache CLA.
- [X] I reviewed the style guides and followed the recommendations (Travis CI will check :).
- [ ] I added tests to cover my changes. (I don't think this is needed for this?)
- [ ] My changes require further changes to the documentation.
- [X] I updated the documentation where necessary.
Codecov Report
Merging #5200 (f3d7654) into master (5332e6d) will decrease coverage by
0.60%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #5200 +/- ##
==========================================
- Coverage 44.67% 44.07% -0.61%
==========================================
Files 238 238
Lines 13937 13957 +20
Branches 581 570 -11
==========================================
- Hits 6226 6151 -75
- Misses 7711 7806 +95
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...whisk/connector/kafka/KafkaConsumerConnector.scala | 59.15% <0.00%> (-28.17%) |
:arrow_down: |
| ...pache/openwhisk/core/invoker/InvokerReactive.scala | 54.33% <0.00%> (-24.31%) |
:arrow_down: |
| .../scala/org/apache/openwhisk/utils/Exceptions.scala | 20.00% <0.00%> (-20.00%) |
:arrow_down: |
| ...whisk/connector/kafka/KafkaProducerConnector.scala | 60.00% <0.00%> (-20.00%) |
:arrow_down: |
| ...nwhisk/core/scheduler/queue/ContainerCounter.scala | 84.21% <0.00%> (-7.90%) |
:arrow_down: |
| ...g/apache/openwhisk/common/ResizableSemaphore.scala | 80.76% <0.00%> (-7.70%) |
:arrow_down: |
| ...rg/apache/openwhisk/common/ForcibleSemaphore.scala | 76.92% <0.00%> (-7.70%) |
:arrow_down: |
| .../openwhisk/core/invoker/DefaultInvokerServer.scala | 38.46% <0.00%> (-7.00%) |
:arrow_down: |
| ...la/org/apache/openwhisk/core/etcd/EtcdClient.scala | 52.45% <0.00%> (-4.92%) |
:arrow_down: |
| ...la/org/apache/openwhisk/core/invoker/Invoker.scala | 66.15% <0.00%> (-3.21%) |
:arrow_down: |
| ... and 10 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 5332e6d...f3d7654. Read the comment docs.