aboutsummaryrefslogtreecommitdiff
path: root/docs/rock_file_format.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/rock_file_format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rock_file_format.md b/docs/rock_file_format.md
index 10748bde..e3fcf3b7 100644
--- a/docs/rock_file_format.md
+++ b/docs/rock_file_format.md
@@ -34,8 +34,8 @@ Additionally, it must contain the sources:
34 34
35A binary rock must contain at its root two files. For a rock called `myrock-1.0-1.linux-x86.rock` they would be called: 35A binary rock must contain at its root two files. For a rock called `myrock-1.0-1.linux-x86.rock` they would be called:
36 36
37* `myrock-1.0-1.rockspec` - the [rockspec file](Rockspec-format) in the archive root 37* `myrock-1.0-1.rockspec` - the [rockspec file](rockspec_format.md) in the archive root
38* `rock_manifest` - a [rock manifest file](Rock-manifest-file-format) 38* `rock_manifest` - a [rock manifest file](rock_manifest_file_format.md)
39 39
40These standard directories are handled specially: 40These standard directories are handled specially:
41 41