Skip to content

Commit 90e264f

Browse files
authored
Update links in index.md
1 parent 50984f2 commit 90e264f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ redirect_from:
1414

1515
These pages are, like the Archive, a work in progress.
1616

17-
It is not necessary to read all these pages before you start coding! Most of them are intended to be references you can use as you go along. But whether you're a beginner or have previous experience with <abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr>, it's very important that you familiarize yourself with [front end philosophy and structure](front-end-user-guide) as well as our [front end coding standards](coding-standards) before you submit any code that changes the front end.
17+
It is not necessary to read all these pages before you start coding! Most of them are intended to be references you can use as you go along. But whether you're a beginner or have previous experience with <abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr>, it's very important that you familiarize yourself with [front end philosophy and structure](/docs/front-end-user-guide) as well as our [front end coding standards](/docs/coding-standards) before you submit any code that changes the front end.
1818

1919
## Getting started with HTML and CSS
2020

2121
If you have only limited experience with HTML and CSS, these pages may help prepare you for working on the Archive front end. However, they are not a substitute for more comprehensive guides like [W3Schools](https://www.w3schools.com) or [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web).
2222

23-
1. [What is Semantic HTML?](/basics/semantic-html)
24-
2. [What is CSS?](/baiscs/css)
25-
3. [Writing a Skin](/basics/writing-a-skin)
23+
1. [What is Semantic HTML?](/docs/basics/semantic-html)
24+
2. [What is CSS?](/docs/basics/css)
25+
3. [Writing a Skin](/docs/basics/writing-a-skin)
2626

2727
## How we code stuff
2828

2929
Our coding practice may be radically different from anything you've done before. While our standards may seem limiting and fussy at first, they are designed to keep the code (and the Archive interface) as neat, consistent, and manageable as possible.
3030

31-
* [Coding Standards](coding-standards)
32-
* [Style Guide](style-guide)
33-
* [Front End Guide](front-end-user-guide)
34-
* [Design Patterns](/patterns)
31+
* [Coding Standards](/docs/coding-standards)
32+
* [Style Guide](/docs/style-guide)
33+
* [Front End Guide](/docs/front-end-user-guide)
34+
* [Design Patterns](/docs/patterns)
3535

36-
Finally, our [Accessibility Statement](accessibility-statement) details our approach to making the Archive accessible to as many people as possible.
36+
Finally, our [Accessibility Statement](/docs/accessibility-statement) details our approach to making the Archive accessible to as many people as possible.

0 commit comments

Comments
 (0)