From 50be147eefecbf8921709a7602ad026f249884f3 Mon Sep 17 00:00:00 2001 From: Hiro Wakabayashi Date: Feb 09 2019 07:25:29 +0000 Subject: Fixed dead link Fixed a markup error that should be a hyper link to https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/ --- diff --git a/guidelines/modules/ROOT/pages/Node.js.adoc b/guidelines/modules/ROOT/pages/Node.js.adoc index 567a17e..47a719c 100644 --- a/guidelines/modules/ROOT/pages/Node.js.adoc +++ b/guidelines/modules/ROOT/pages/Node.js.adoc @@ -4,7 +4,7 @@ * The name of a Node.js extension/library package must start with _nodejs-_ then the upstream name or name used in the npm registry. For example: _nodejs-foomodule_. While it is uncommon for a package's name to contain _node_, if it does, you should still add the nodejs prefix. For instance, the npm registry contains a _uuid_ and a _node-uuid_ module, which would need to be named _nodejs-uuid_ and _nodejs-node-uuid_, repsectively. -* Application packages that mainly provide tools (as opposed to libraries) that happen to be written for Node.js must follow the Packaging:NamingGuidelines[general naming guidelines] instead. +* Application packages that mainly provide tools (as opposed to libraries) that happen to be written for Node.js must follow the general xref:Naming.adoc[Naming Guidelines] instead. == BuildRequires