diff --git a/src/development/style-guide.md b/src/development/style-guide.md index 88d8b25..b1691f7 100644 --- a/src/development/style-guide.md +++ b/src/development/style-guide.md @@ -6,7 +6,7 @@ tags: - development --- -Alembic is written in TypeScript and CSS, follow [the Structure]({{ '/development/structure' | url }}) for where to put things. +Alembic is written in TypeScript and CSS, follow [the Structure]({{ '/development/structure/' | url }}) for where to put things. General rules: @@ -15,7 +15,7 @@ General rules: - Keep related things together, i.e. docs + css + js + tests all in one place - Data-driven documentation, the less hard-coded links the better - Favour readability over completeness or correctness, people have to read code -- Use JSDoc for public TypeScript code, this is pulled into [api]({{ '/development/api' | url }}) +- Use JSDoc for public TypeScript code, this is pulled into [api]({{ '/development/api/' | url }}) - Unit tested is desirable - Opt for more-functional styles of coding, but maintain readability - No "index.js" magic files diff --git a/src/index.html b/src/index.html index b3eee5d..9e2ca6a 100644 --- a/src/index.html +++ b/src/index.html @@ -66,7 +66,7 @@
Building blocks for composing complex interfaces together with reusable - components. {{ link('Layouts', '/layouts' | url) }} + components. {{ link('Layouts', '/layouts/' | url) }}
HTML patterns for creating simple accessible web forms. {{ link('Forms', - '/forms' | url) }} + '/forms/' | url) }}
@@ -147,7 +147,7 @@
Got something that should be a part of Alembic?
- {{ link('Contribute', '/development/contribute' | url) }}
+ {{ link('Contribute', '/development/contribute/' | url) }}