Skip to content

Commit 6d3d176

Browse files
authored
Merge pull request #3073 from manics/linkcheck-iec-prefixes
Replace IEC prefixes link
2 parents 7a018dc + d346ea4 commit 6d3d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/jupyterhub/customizing/user-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ singleuser:
183183
This will request a `2Gi` volume per user. The default requests a `10Gi`
184184
volume per user.
185185

186-
We recommend you use the [IEC Prefixes](https://physics.nist.gov/cuu/Units/binary.html)
186+
We recommend you use the [IEC Prefixes](https://en.wikipedia.org/wiki/Binary_prefix#Adoption_by_IEC,_NIST_and_ISO)
187187
(Ki, Mi, Gi, etc) for specifying how much storage you want. `2Gi` (IEC Prefix) is
188188
`(2 * 1024 * 1024 * 1024)` bytes, while `2G` (SI Prefix) is `(2 * 1000 * 1000 * 1000)` bytes.
189189

0 commit comments

Comments
 (0)