Skip to content

Commit

Permalink
Merge pull request #84 from geotrev/develop
Browse files Browse the repository at this point in the history
Updates docs links to github
  • Loading branch information
geotrev committed Sep 22, 2018
2 parents 4bb2925 + 3f248f9 commit 7bd76cb
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/accessibility.md
Expand Up @@ -33,4 +33,4 @@ Undernet.Utils.releaseFocus()

`releaseFocus` doesn't need any arguments, as it assumes you are releasing focus from the most recently captured item.

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/accessibility">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/accessibility.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/accordions.md
Expand Up @@ -211,4 +211,4 @@ Undernet.start()
Undernet.Accordions.start()
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/accordions">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/accordions.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/alignment.md
Expand Up @@ -176,4 +176,4 @@ To manually set elements in a container to grow or shrink, add the class `can-X`
</div>
</div>

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/alignment">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/alignment.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/branding.md
Expand Up @@ -78,4 +78,4 @@ Finally, import `undernet.scss` in your global stylesheet.

With that, you should be good to go!

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/branding">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/branding.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/buttons.md
Expand Up @@ -101,4 +101,4 @@ Also Add styles for your regular anchor links.
<a href="#">Just a link!</a>
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/buttons">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/buttons.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/color.md
Expand Up @@ -18,4 +18,4 @@ Similar to text, use `has-X-bg` to modify an element's `background-color`, where
<p class="has-gray800-bg">I'm using $gray800!</p>
<p class="has-success-bg">I'm using using success color!</p>

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/color">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/color.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/display.md
Expand Up @@ -18,4 +18,4 @@ A useful utility to have in responsive design is one that modifies with your gri
</p>
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/display">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/display.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/download.md
Expand Up @@ -24,4 +24,4 @@ $ npm install undernet
$ yarn add undernet
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/downloads">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/download.md">Edit this page on Github!</a></p>
6 changes: 3 additions & 3 deletions docs/forms.md
Expand Up @@ -136,9 +136,9 @@ Use the fieldset tag to group form elements together. It should sit inside a for

## Disabled State

Using the `[disabled]` attribute will visually and functionally disable the control with this property.
Using the `[disabled]` attribute will visually and functionally disable the control.

The `disabled` class will visually dim the control, but not disable it. The input must return `false` in JavaScript but still receive focus to truly disable clicks and other forms of input if you use the class. Useful for disabling anchor tag buttons.
The `disabled` class will visually dim the control, but not disable it functionally. The input must return `false` in JavaScript but still receive focus to truly disable clicks and other forms of input if you use the class. Useful for disabling anchor tag buttons.

<button disabled class="has-no-margin-bottom">Disabled Button</button>

Expand Down Expand Up @@ -167,4 +167,4 @@ The `disabled` class will visually dim the control, but not disable it. The inpu
</label>
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/forms">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/forms.md">Edit this page on Github!</a></p>
4 changes: 2 additions & 2 deletions docs/grid.md
Expand Up @@ -270,7 +270,7 @@ Don’t want padding on your grid, rows, and/or columns? You can remove it all w
<div class="grid has-no-padding">
<div class="row has-no-padding">
<div class="column has-no-padding">
.column
.column.has-no-padding
</div>
</div>
</div>
Expand Down Expand Up @@ -320,4 +320,4 @@ By default, a row will be vertically centered. To make the row top-aligned, add

[Learn more about alignment utilities.](/docs/utilities/alignment)

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/grid">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/grid.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/introduction.md
Expand Up @@ -59,4 +59,4 @@ Undernet is completely open source!

Contribute on [Github](https://www.github.com/geotrev/undernet/issues) if you have questions or a want to file a bug report. Be sure to [read about contributing](https://www.github.com/geotrev/undernet/master/CONTRIBUTING.md) before filing a bug or pull request.

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/introduction">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/introduction.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/javascript.md
Expand Up @@ -71,4 +71,4 @@ Modal.start()

If you're using webpack, [tree shaking](https://webpack.js.org/guides/tree-shaking/) is available by default and will allow you to import from the global `Undernet` object and webpack will discard any unused components.

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/javascript">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/javascript.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/modals.md
Expand Up @@ -230,4 +230,4 @@ Undernet.start()
Undernet.Modals.start()
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/modals">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/modals.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/offset_order.md
Expand Up @@ -58,4 +58,4 @@ You can also use traditional offset if you need to break out of the grid. Switch
</div>
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/offset_order">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/offset_order.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/spacing.md
Expand Up @@ -64,4 +64,4 @@ Further, remove padding or margin from specifically one side using `has-no-paddi
</div>
</div>

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/spacing">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/spacing.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/text.md
Expand Up @@ -45,4 +45,4 @@ Make your font bold or italic.
.is-italic {
font-weight: $global-font-style-italic !important;

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/text">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/text.md">Edit this page on Github!</a></p>
2 changes: 1 addition & 1 deletion docs/typography.md
Expand Up @@ -110,4 +110,4 @@ Ordered and unordered lists can be styled as well. You can change the bullet sty
</ol>
```

<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/typography">Edit this page on Github!</a></p>
<p class="has-right-text">Is this article inaccurate? <a href="https://github.com/geotrev/undernet/tree/master/docs/typography.md">Edit this page on Github!</a></p>

0 comments on commit 7bd76cb

Please sign in to comment.