Skip to content

Commit

Permalink
Remove period from ref filename
Browse files Browse the repository at this point in the history
Fix hugo build error.

Signed-off-by: J Robert Ray <jrray@jrray.org>
  • Loading branch information
jrray committed Feb 20, 2024
1 parent d74fc6b commit 5a125a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ A build option can be one of [VariableRequest](#variablerequest), or [PackageReq

#### RangeIdentifier

Like an [Identifier](#identifier) but with a version range rather than an exact version, see [versioning]({{< ref "../use/versioning." >}}). Additionally, range identifiers can be used to identify one or more package components. The `name:component` syntax can be used when only one component is desired, and the `:{component,component}` syntax for when multiple are desired:
Like an [Identifier](#identifier) but with a version range rather than an exact version, see [versioning]({{< ref "../use/versioning" >}}). Additionally, range identifiers can be used to identify one or more package components. The `name:component` syntax can be used when only one component is desired, and the `:{component,component}` syntax for when multiple are desired:

```txt
mypkg:lib/1.0.0
Expand Down

0 comments on commit 5a125a5

Please sign in to comment.