Skip to content

Commit 4fb09d7

Browse files
author
Jen Weber
authored
whitespace for remark linting (#10)
* whitespace for remark linting * fix broken link
1 parent 5f38dfa commit 4fb09d7

22 files changed

+23
-23
lines changed

guides/advanced-use/asset-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Cover very very basic Broccoli info. Link to Oli's tutorials. See the Ember Times Readers questions for a great writeup of what broccoli is -->
1+
<!-- Cover very very basic Broccoli info. Link to Oli's tutorials. See the Ember Times Readers questions for a great writeup of what broccoli is -->

guides/advanced-use/blueprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->
1+
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->

guides/advanced-use/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover at least minification and fingerprinting -->
1+
<!-- Should cover at least minification and fingerprinting -->

guides/advanced-use/file-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->
1+
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->

guides/advanced-use/stylesheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover similar topics as ember-cli.com -->
1+
<!-- Should cover similar topics as ember-cli.com -->

guides/api-documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The API docs for Ember CLI are mainly for addon authors, advanced Ember app deve
44

55
The docs are the main resource for information like build pipeline modifications, addon author APIs, advanced configurations, and more.
66

7-
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.
7+
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.

guides/basic-use/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->
1+
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->

guides/basic-use/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->
1+
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->

guides/basic-use/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If Watchman is not installed, a notice is displayed when invoking various comman
3535
### Installing for Windows
3636

3737
Windows Vista and newer Windows versions are fully supported, although there are steps you can take to improve your experience.
38-
You can find more information about this in our section on [Windows support](../reference/windows)
38+
You can find more information about this in our section on [Windows support](../reference/windows/)
3939

4040
## Getting help
4141

guides/basic-use/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ember --version
2121
## Upgrading an Ember app itself
2222

2323
There are automated Ember CLI tools available to help upgrade Ember apps, including codemods that help with syntax changes. Visit
24-
[ember-cli-update](https://github.com/ember-cli/ember-cli-update for the latest instructions.
24+
[ember-cli-update](https://github.com/ember-cli/ember-cli-update) for the latest instructions.
2525

2626
<!-- Needs a section that describes a common upgrade experience, explains deprecations, links to Deprecations site, and hints that upgrades to get new features or jump major versions require changes to the codebase. Common misconception is that you can just jump versions in package.json. Pull in info from https://ember-cli.com/user-guide/#upgrading -->
2727

2828
## Upgrading Addon Dependencies
2929

30-
<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->
30+
<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->

0 commit comments

Comments
 (0)