From 0957118e687005bf8a877ca8db7dfbe105f5be20 Mon Sep 17 00:00:00 2001
From: Patrick R McDonald <marlowe@antagonism.org>
Date: Tue, 10 Apr 2012 09:55:25 -0500
Subject: [PATCH] Fix for ticket #1662
---
docs/frontends/webapi.rst | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst
index 47ab754..78ef3c9 100644
a
|
b
|
Viewing/Downloading a File |
1061 | 1061 | this form can *only* be used with file caps; it is an error to use a |
1062 | 1062 | directory cap after the /named/ prefix. |
1063 | 1063 | |
| 1064 | URLs may also use /file/$FILECAP/FILENAME as a synonym for |
| 1065 | /named/$FILECAP/FILENAME. |
1064 | 1066 | |
1065 | 1067 | Getting Information About A File Or Directory (as HTML) |
1066 | 1068 | ------------------------------------------------------- |