Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Add trailing slash to gh pages url
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Jan 12, 2016
1 parent 9db2ab8 commit d1ec47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* [Recipes](/docs/README.md/) for ES2015 support, Polymer performance, using Chrome Dev Editor, Deploying to GitHub Pages, Deploying to Firebase, and Mobile Chrome Apps

### Demo
See latest Polymer Starter Kit Demo (from master) at https://polymerelements.github.io/polymer-starter-kit
See latest Polymer Starter Kit Demo (from master) at https://polymerelements.github.io/polymer-starter-kit/

### Tutorials

Expand Down Expand Up @@ -171,7 +171,7 @@ Components installed by Bower live in the `app/bower_components` directory. This
1. Uncomment this line `// app.baseUrl = '/polymer-starter-kit/';` in app.js near the top
2. Change `app.baseUrl = '/polymer-starter-kit/';` to `app.baseUrl = '/your-pathname/';` (ex: if you repo is `github.com/username/bobs-awesome-site` you would change this to `bobs-awesome-site`)
3. Run `gulp build-deploy-gh-pages` from command line
4. To see changes wait 1-2 minutes then load Github pages for your app (ex: https://polymerelements.github.io/polymer-starter-kit)
4. To see changes wait 1-2 minutes then load Github pages for your app (ex: https://polymerelements.github.io/polymer-starter-kit/)

[See more details](/docs/deploy-to-github-pages.md/)

Expand Down

0 comments on commit d1ec47c

Please sign in to comment.