Skip to content

Commit 5393162

Browse files
Fix oop link
1 parent efeab94 commit 5393162

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

elements/Matrix/Matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'matrix'
22
description: |
3-
Matrices are one of the most powerful features of MTA [OOP](/OOP). We did have a presence of Matrices before with [getElementMatrix](/getElementMatrix), but we were given an ugly disgusting table to play with. Now, with the new Matrix class, we can make and magically manipulate Matrices.
3+
Matrices are one of the most powerful features of MTA [OOP](/OOP_Introduction). We did have a presence of Matrices before with [getElementMatrix](/getElementMatrix), but we were given an ugly disgusting table to play with. Now, with the new Matrix class, we can make and magically manipulate Matrices.
44
55
oop_methods:
66
- name: create

web/public/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/wiki/ /
1+
/wiki /
22
/wiki/* /:splat
33
/Main_Page /
44

@@ -8,3 +8,4 @@
88
/Vector/:vectorclass /:vectorclass
99

1010
/OOP /OOP_Introduction
11+
/OOP/ /OOP_Introduction

web/src/overrides/Pagination.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
3535
title="OOP"
3636
titleColor="#ca6c26"
3737
description="Information about MTA object-oriented programming"
38-
href="/OOP" />
38+
href="/OOP_Introduction" />
3939

4040
</CardGrid>
4141

0 commit comments

Comments
 (0)