diff --git a/Language/Variables/Data Types/long.adoc b/Language/Variables/Data Types/long.adoc index 061c9c2c9..07bd862df 100644 --- a/Language/Variables/Data Types/long.adoc +++ b/Language/Variables/Data Types/long.adoc @@ -19,7 +19,7 @@ subCategories: [ "Data Types" ] === Description Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from -2,147,483,648 to 2,147,483,647. -If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the link:../../constants/integerconstants[Integer Constants] page for details. +If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the `link:../../constants/integerconstants[Integer Constants]` page for details. [%hardbreaks] [float]