Skip to content

Commit 1c60eb0

Browse files
committed
storage: fix link syntax
This is not intuitive compared to other linking syntax. Here are all the ways linking is supported: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links
1 parent 0d126f4 commit 1c60eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

storage/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Using FirebaseUI to download and display images
44

5-
[Firebase Storage](firebase-storage) provides secure file uploads and downloads for your Firebase apps,
5+
[Firebase Storage][firebase-storage] provides secure file uploads and downloads for your Firebase apps,
66
regardless of network quality. You can use it to store images, audio, video, or other
77
user-generated content. Firebase Storage is backed by Google Cloud Storage, a powerful, simple,
88
and cost-effective object storage service.
99

1010
FirebaseUI provides bindings to download an image file stored in Firebase Storage
11-
from a [`StorageReference`](storage-reference) and display it using the popular
12-
[Glide](glide) library. This technique allows you to get all of Glide's performance
11+
from a [`StorageReference`][storage-reference] and display it using the popular
12+
[Glide][glide] library. This technique allows you to get all of Glide's performance
1313
benefits while leveraging Firebase Storage's authenticated storage capabilities.
1414

1515
To load an image from a `StorageReference`, simply use the `FirebaseImageLoader` class:
@@ -30,7 +30,7 @@ To load an image from a `StorageReference`, simply use the `FirebaseImageLoader`
3030

3131
Images displayed using `FirebaseImageLoader` are cached by their path in Firebase Storage, so
3232
repeated loads will be fast and conserve bandwidth. For more information on caching in Glide,
33-
see [this guide](glide-caching)
33+
see [this guide][glide-caching].
3434

3535
## Known Issues
3636

0 commit comments

Comments
 (0)