Skip to content

Commit

Permalink
Merge pull request #1189 from barrymcgee/1184-broken-links-sweep
Browse files Browse the repository at this point in the history
Broken links sweep
  • Loading branch information
barrymcgee authored Jul 20, 2017
2 parents f98134c + 3fbc9ff commit 53ecec9
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/en/base/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ If you want to refer to a larger piece of code, use <code>&lt;pre&gt;</code> tog

### Related

* [Code numbered pattern](/en/patterns/code-numbered/)
* [Code snippet pattern](/en/patterns/code-snippet/)
* [Code numbered pattern](/en/patterns/code-numbered)
* [Code snippet pattern](/en/patterns/code-snippet)
2 changes: 1 addition & 1 deletion docs/en/base/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ You can use the ```<fieldset>``` element to divide the form into different logic

### Related

* [Buttons pattern](/en/patterns/buttons/)
* [Buttons pattern](/en/patterns/buttons)
2 changes: 1 addition & 1 deletion docs/en/base/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ descriptions.

## Enabling Cyrillic, Greek and Latin fonts

Due to the extra extra weight of loading these fonts they are not imported by
Due to the extra weight of loading these fonts they are not imported by
default. To enable Cyrillic, Greek and Latin fonts on Ubuntu please set the
following font setting to true.

Expand Down
8 changes: 0 additions & 8 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ Download the latest version of Vanilla from [GitHub](https://github.com/vanilla-

To make improvements to Vanilla itself, please follow the instructions on the project’s [README.md](https://github.com/vanilla-framework/vanilla-framework#vanilla-framework).

## Guidelines

If you want to propose new patterns or improvements to Vanilla, make sure to follow these guidelines, which help to keep Vanilla robust and accessible:

- [Accessibility guidelines]()
- [Browser support]()
- [Coding standards]()

## Getting help

If you have any questions or get stuck, you can file an issue on [GitHub](https://github.com/vanilla-framework/vanilla-framework/issues/new) or ask us a question on [Twitter](https://twitter.com/vanillaframewrk) or [Slack](https://vanillaframework.slack.com).
4 changes: 2 additions & 2 deletions docs/en/patterns/code-numbered.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ table_of_contents: true

The code numbered pattern can be used when displaying large blocks of code to enable users to quickly reference a specific line.

Code numbered extends the [base styling of code](/base/code/).
Code numbered extends the [base styling of code](/en/base/code).

See also: [code snippet](/patterns/code-snippet/).
See also: [code snippet](/en/patterns/code-snippet).

<a href="https://vanilla-framework.github.io/vanilla-framework/examples/patterns/code-numbered/"
class="js-example">
Expand Down
2 changes: 1 addition & 1 deletion docs/en/patterns/code-snippet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Code snippet
table_of_contents: true
table_of_contents: false
---

# Code snippet
Expand Down
2 changes: 1 addition & 1 deletion docs/en/patterns/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vanilla's default grid has 12 columns and `20px` gutters. On large screens, each

Layouts can be created combining rows with different number of columns to an ideal maximum of 4 columns per row. Each column should span a minimum of 3 columns.

Read also: [Breakpoints](/en/settings/breakpoints)
Read also: [Breakpoints](/en/settings/breakpoint-settings)

<a href="https://vanilla-framework.github.io/vanilla-framework/examples/patterns/grid/default/"
class="js-example">
Expand Down
3 changes: 1 addition & 2 deletions docs/en/patterns/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ tutorial or instructions — you can use the class ```.p-list-step```.

### Related

* [Base lists](/en/base/lists/)
* [Inline images pattern](/en/patterns/inline-images/)
* [Inline images pattern](/en/patterns/inline-images)
2 changes: 2 additions & 0 deletions docs/en/patterns/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Navigation
table_of_contents: true
---

# Navigation

Vanilla includes a simple navigation bar that you can add to the top of your
sites.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/patterns/notification.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Notification
table_of_contents: true
table_of_contents: false
---

# Notification
Expand Down
2 changes: 1 addition & 1 deletion docs/en/patterns/pull-quote.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Pull quote
table_of_contents: true
table_of_contents: false
---

# Pull quote
Expand Down

0 comments on commit 53ecec9

Please sign in to comment.