From b87e1f58ead4c6bc906b29092fd486e89a578d2e Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 12 Jul 2018 06:08:42 +0000 Subject: Fix invalid link in security advisories page The link in security advisories page was invalid, should be `[SECURITY.md](https://...)` instead of `(https://...)[SECURITY.md]`. This fix correct the link issue. Signed-off-by: Yong Tang --- tensorflow/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/security') diff --git a/tensorflow/security/index.md b/tensorflow/security/index.md index ea39e17ab2..0f176151c2 100644 --- a/tensorflow/security/index.md +++ b/tensorflow/security/index.md @@ -4,7 +4,7 @@ We regularly publish security advisories about using TensorFlow. *Note*: In conjunction with these security advisories, we strongly encourage TensorFlow users to read and understand TensorFlow's security model as outlined -in (https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md)[SECURITY.md]. +in [SECURITY.md](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md). | Advisory Number | Type | Versions affected | Reported by | Additional Information | |-----------------|--------------------|:-----------------:|-----------------------|-----------------------------| -- cgit v1.2.3