From 4fb09d7c478f82de96ab3731365f111fa4abc01b Mon Sep 17 00:00:00 2001 From: Jen Weber Date: Wed, 3 Oct 2018 21:31:20 -0400 Subject: [PATCH] whitespace for remark linting (#10) * whitespace for remark linting * fix broken link --- guides/advanced-use/asset-pipeline.md | 2 +- guides/advanced-use/blueprints.md | 2 +- guides/advanced-use/configurations.md | 2 +- guides/advanced-use/file-layout.md | 2 +- guides/advanced-use/stylesheets.md | 2 +- guides/api-documentation/index.md | 2 +- guides/basic-use/configurations.md | 2 +- guides/basic-use/deploying.md | 2 +- guides/basic-use/index.md | 2 +- guides/basic-use/upgrading.md | 4 ++-- guides/basic-use/using-addons.md | 2 +- guides/basic-use/using-npm-packages.md | 2 +- guides/reference/common-issues.md | 2 +- guides/reference/faq.md | 2 +- guides/reference/index.md | 2 +- guides/writing-addons/dependencies.md | 2 +- guides/writing-addons/deploying.md | 2 +- guides/writing-addons/documenting.md | 2 +- guides/writing-addons/index.md | 2 +- guides/writing-addons/testing.md | 2 +- guides/writing-addons/tutorial.md | 2 +- guides/writing-addons/wrappers.md | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/guides/advanced-use/asset-pipeline.md b/guides/advanced-use/asset-pipeline.md index ffce984..182a322 100644 --- a/guides/advanced-use/asset-pipeline.md +++ b/guides/advanced-use/asset-pipeline.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/advanced-use/blueprints.md b/guides/advanced-use/blueprints.md index 22226a8..8ff1e26 100644 --- a/guides/advanced-use/blueprints.md +++ b/guides/advanced-use/blueprints.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/advanced-use/configurations.md b/guides/advanced-use/configurations.md index 0b004f2..b6d78a7 100644 --- a/guides/advanced-use/configurations.md +++ b/guides/advanced-use/configurations.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/advanced-use/file-layout.md b/guides/advanced-use/file-layout.md index b38cbec..7931cad 100644 --- a/guides/advanced-use/file-layout.md +++ b/guides/advanced-use/file-layout.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/advanced-use/stylesheets.md b/guides/advanced-use/stylesheets.md index 7122be1..e63957b 100644 --- a/guides/advanced-use/stylesheets.md +++ b/guides/advanced-use/stylesheets.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/api-documentation/index.md b/guides/api-documentation/index.md index 82ab206..ffd957b 100644 --- a/guides/api-documentation/index.md +++ b/guides/api-documentation/index.md @@ -4,4 +4,4 @@ The API docs for Ember CLI are mainly for addon authors, advanced Ember app deve The docs are the main resource for information like build pipeline modifications, addon author APIs, advanced configurations, and more. -The API documentation is built from the code comments in the main CLI codebase, [ember-cli on GitHub](https://github.com/ember-cli/ember-cli). If you spot an issue in the documentation, please open an issue or pull request on that repository. \ No newline at end of file +The API documentation is built from the code comments in the main CLI codebase, [ember-cli on GitHub](https://github.com/ember-cli/ember-cli). If you spot an issue in the documentation, please open an issue or pull request on that repository. diff --git a/guides/basic-use/configurations.md b/guides/basic-use/configurations.md index 4aa2822..5b47cb6 100644 --- a/guides/basic-use/configurations.md +++ b/guides/basic-use/configurations.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/basic-use/deploying.md b/guides/basic-use/deploying.md index 8222825..b1d447b 100644 --- a/guides/basic-use/deploying.md +++ b/guides/basic-use/deploying.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/basic-use/index.md b/guides/basic-use/index.md index f838ffc..38e1eab 100644 --- a/guides/basic-use/index.md +++ b/guides/basic-use/index.md @@ -35,7 +35,7 @@ If Watchman is not installed, a notice is displayed when invoking various comman ### Installing for Windows Windows Vista and newer Windows versions are fully supported, although there are steps you can take to improve your experience. -You can find more information about this in our section on [Windows support](../reference/windows) +You can find more information about this in our section on [Windows support](../reference/windows/) ## Getting help diff --git a/guides/basic-use/upgrading.md b/guides/basic-use/upgrading.md index 1e5141a..5c963b8 100644 --- a/guides/basic-use/upgrading.md +++ b/guides/basic-use/upgrading.md @@ -21,10 +21,10 @@ ember --version ## Upgrading an Ember app itself There are automated Ember CLI tools available to help upgrade Ember apps, including codemods that help with syntax changes. Visit -[ember-cli-update](https://github.com/ember-cli/ember-cli-update for the latest instructions. +[ember-cli-update](https://github.com/ember-cli/ember-cli-update) for the latest instructions. ## Upgrading Addon Dependencies - \ No newline at end of file + diff --git a/guides/basic-use/using-addons.md b/guides/basic-use/using-addons.md index f164e5f..d3da618 100644 --- a/guides/basic-use/using-addons.md +++ b/guides/basic-use/using-addons.md @@ -38,4 +38,4 @@ Here are just a few examples of popular community-maintained addons unique to Em - [liquid-fire](https://www.emberobserver.com/addons/liquid-fire), for animating things like route transitions to provide a smooth, native-app-like experience. - and so many more! -Open Source projects like these addons rely on community members helping out. Some addons are sponsored by companies, but many are maintained on 100% volunteer time. If something doesn't work the way you expect, could be better documented, has a bug, or could be added as a new feature, please speak up and pitch in! \ No newline at end of file +Open Source projects like these addons rely on community members helping out. Some addons are sponsored by companies, but many are maintained on 100% volunteer time. If something doesn't work the way you expect, could be better documented, has a bug, or could be added as a new feature, please speak up and pitch in! diff --git a/guides/basic-use/using-npm-packages.md b/guides/basic-use/using-npm-packages.md index e6a2604..1a95911 100644 --- a/guides/basic-use/using-npm-packages.md +++ b/guides/basic-use/using-npm-packages.md @@ -1,2 +1,2 @@ - \ No newline at end of file + diff --git a/guides/reference/common-issues.md b/guides/reference/common-issues.md index 11b9ce3..452851e 100644 --- a/guides/reference/common-issues.md +++ b/guides/reference/common-issues.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/reference/faq.md b/guides/reference/faq.md index 01445cc..85b1d6a 100644 --- a/guides/reference/faq.md +++ b/guides/reference/faq.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/reference/index.md b/guides/reference/index.md index 8caf160..2ae8382 100644 --- a/guides/reference/index.md +++ b/guides/reference/index.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/writing-addons/dependencies.md b/guides/writing-addons/dependencies.md index dc73954..9bf0744 100644 --- a/guides/writing-addons/dependencies.md +++ b/guides/writing-addons/dependencies.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/writing-addons/deploying.md b/guides/writing-addons/deploying.md index 7d3783d..7175bc5 100644 --- a/guides/writing-addons/deploying.md +++ b/guides/writing-addons/deploying.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/writing-addons/documenting.md b/guides/writing-addons/documenting.md index 65bd404..32c64fc 100644 --- a/guides/writing-addons/documenting.md +++ b/guides/writing-addons/documenting.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/writing-addons/index.md b/guides/writing-addons/index.md index 275d976..675e751 100644 --- a/guides/writing-addons/index.md +++ b/guides/writing-addons/index.md @@ -42,4 +42,4 @@ If we want other people to be able to use our addon, we need to specify a name, #### `config/ember-try.js` -This is a place to configure which versions of Ember that the test suite should check for compatibility. See the [ember-try](https://github.com/ember-cli/ember-try) repository on GitHub for more information. \ No newline at end of file +This is a place to configure which versions of Ember that the test suite should check for compatibility. See the [ember-try](https://github.com/ember-cli/ember-try) repository on GitHub for more information. diff --git a/guides/writing-addons/testing.md b/guides/writing-addons/testing.md index a2979b7..ebbb985 100644 --- a/guides/writing-addons/testing.md +++ b/guides/writing-addons/testing.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/guides/writing-addons/tutorial.md b/guides/writing-addons/tutorial.md index 137b6a1..90c4dd8 100644 --- a/guides/writing-addons/tutorial.md +++ b/guides/writing-addons/tutorial.md @@ -290,4 +290,4 @@ Lastly, be sure to provide a few notes about how others can contribute to the pr ## Advanced addon configuration - \ No newline at end of file + diff --git a/guides/writing-addons/wrappers.md b/guides/writing-addons/wrappers.md index 4c91844..0219d3e 100644 --- a/guides/writing-addons/wrappers.md +++ b/guides/writing-addons/wrappers.md @@ -1 +1 @@ - \ No newline at end of file +