Skip to content

Commit 42051af

Browse files
authored
Merge pull request #588 from 0x-a6/fix/pvector-tutorials-link-fix
fix(Tutorials): PVector - index.mdx fix broken link
2 parents 213b619 + 31890ad commit 42051af

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)