From 8e831d682820bdc9656f4ceb4f132e304972a065 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 7 May 2018 09:11:31 +0200 Subject: [PATCH] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b11ce..d4cbba3 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ for a specific attribute. * [objects/microblog](objects/microblog/definition.json) - Object describing microblog post like Twitter or Facebook. * [objects/mutex](objects/mutex/definition.json) - Object to describe mutual exclusion locks (mutex) as seen in memory or computer program. * [objects/netflow](objects/netflow/definition.json) - Netflow object describes an network object based on the Netflowv5/v9 minimal definition. -* [objects/network](objects/network/definition.json) - Network object describes a local or remote network connection. +* [objects/network-connection](objects/network-connection/definition.json) - Network object describes a local or remote network connection. * [objects/passive-dns](objects/passive-dns/definition.json) - Passive DNS records as expressed in [draft-dulaunoy-dnsop-passive-dns-cof-01](https://tools.ietf.org/html/draft-dulaunoy-dnsop-passive-dns-cof-01). * [objects/paste](objects/paste/definition.json) - Object describing a paste or similar post from a website allowing to share privately or publicly posts. * [objects/pe](objects/pe/definition.json) - Portable Executable (PE) object.