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

Make link for new github repo open in new tab #828

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/start/reusableelements.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to the URL `localhost:8000/test-element/demo.html`.

Once you're happy with your element, you’ll want to push the code for `test-element` to GitHub and tag a new version of it.

Click [here](https://github.com/new) to create a new repository on GitHub. Try to keep the name of the repository consistent with the naming of your element (e.g if your element is `<test-element>`, your repository should be called `test-element`).
Click <a href="https://github.com/new" target="_blank">here</a> to create a new repository on GitHub. Try to keep the name of the repository consistent with the naming of your element (e.g if your element is `<test-element>`, your repository should be called `test-element`).

Next, follow the steps below:

Expand Down