Skip to content

Commit

Permalink
rename html files back to .html
Browse files Browse the repository at this point in the history
there was a blanket rename of files to markdown. Many of these were not markdown files and bad html. Do not rename to md if the file is not using any markdown. The markdown parser is not forgiving of bad html. Or convert to markdown. This renames the worst offenders to html

Signed-off-by: Technovangelist <m@technovangelist.com>
  • Loading branch information
technovangelist committed Mar 20, 2015
1 parent 4bcd6b6 commit 84cf7e8
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ rake
Yeah, that's it. This command will compile the site, check
for any bad links, and refresh your browser.

Before you push, make sure you verify there are no bad links.
Before you push, make sure you verify there are no bad links.

# Your final step should be to exit rake, then run ```rake clean``` then ```rake```. If there are no errors, then and only then push and merge. If there are errors, please don't merge

## How to add a new integration

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84cf7e8

Please sign in to comment.