missed a s#/matrix#/_matrix/g

This commit is contained in:
Matthew Hodgson 2014-08-31 14:54:58 +01:00
parent 8fe912d95c
commit 2b7918bd6f

View file

@ -325,7 +325,7 @@ class ContentRepoResource(resource.Resource):
# FIXME (erikj): These should use constants.
file_name = os.path.basename(fname)
url = "http://%s/matrix/content/%s" % (
url = "http://%s/_matrix/content/%s" % (
self.hs.domain_with_port, file_name
)