Skip to content

Commit 31890ad

Browse files
authored
Update index.mdx
Fixed PVector class link in Vectors: Normalizing section
1 parent 8a33dba commit 31890ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/text/pvector/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ In other words, to normalize a vector, simply divide each component by its magni
618618

619619
</FixedImage>
620620

621-
In the (http://processing.org/reference/PVector.html)[**PVector**] class, we therefore write our normalization function as follows:
621+
In the [**PVector**](http://processing.org/reference/PVector.html) class, we therefore write our normalization function as follows:
622622

623623
```
624624
void normalize() {

0 commit comments

Comments
 (0)