You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by wa...@apache.org on 2021/06/02 14:53:06 UTC

[river-site] 06/12: fix an html a href issue

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/river-site.git

commit 352bdfb0fb3c41cad5263155cb8416c08c5f5492
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Jun 1 16:23:01 2021 -0700

    fix an html a href issue
---
 content/user-doc/readings.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/user-doc/readings.md b/content/user-doc/readings.md
index 4e9bcd9..a12eaba 100644
--- a/content/user-doc/readings.md
+++ b/content/user-doc/readings.md
@@ -7,8 +7,8 @@ license: https://www.apache.org/licenses/LICENSE-2.0
  - [What’s New in OWASP: APIs and Mitigation](https://dzone.com/articles/whats-new-in-owasp-apis-and-mitigation)
  - [IoT Security Fundamentals That Need To Be Solved](https://codek.tv/v/DIhcDRvHii0/iot-security-fundamentals-that-need-to-be-solved/)
  - [A New, Open Source Tool Proves: Even After Patching, Deserializing Will Still Kill You](https://www.contrastsecurity.com/security-influencers/java-deserializing-open-source-tool)
- - <a href="https://blogs.oracle.com/hinkmond/entry/easy_iot_sensor_on_boarding" data-toggle="tooltip" title="Making Internet of Things (IoT) Smarter with Java Technology and Deep Learning AI">Hinkmond Wong's Weblog</a>
- - <a href"http://www.eclipse.org/californium" data-toggle="tooltip" title="The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications.">Californium</a>
+ - <a href="https://blogs.oracle.com/hinkmond/entry/easy_iot_sensor_on_boarding" data-toggle="tooltip" title="Making Internet of Things (IoT) Smarter with Java Technology and Deep Learning AI">Hinkmond Wong&#39;s Weblog</a>
+ - <a href="http://www.eclipse.org/californium" data-toggle="tooltip" title="The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications.">Californium</a>
  - [Android N switches to OpenJDK](http://arstechnica.co.uk/tech-policy/2016/01/android-n-switches-to-openjdk-google-tells-oracle-it-is-protected-by-the-gpl/)
  - [Reducing Security Overhead to Enhance Service Delivery in Jini IoT](http://www.hindawi.com/journals/ijdsn/2015/205793/)
  - <a href="http://www.psinaptic.com/link_files/PsiNapticTelematics.pdf" data-toggle="tooltip" title="A small footprint, fully JCK compliant implementation of Jini's lookup service written in C">Jini's lookup service written in C</a>