Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix URL of component-page
Browse files Browse the repository at this point in the history
  • Loading branch information
nekova committed Jul 3, 2014
1 parent 2f09f23 commit a5a5f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
highlightjs-element
===================

See the [component page](http://polymerlabs.github.io/highlightjs-element) for more information.
See the [component page](http://polymer.github.io/highlightjs-element/components/highlightjs-element/) for more information.

highlightjs-import
==================

Import files are a new invention, so libraries like [`highlightjs`](http://highlightjs.org) do not yet provide them.

`highlightjs-import` is an intermediary that provides an import file for the `highlightjs` component.
`highlightjs-import` is an intermediary that provides an import file for the `highlightjs` component.
`highlightjs-import` depends on `highlightjs`.

Components that want to use `highlightjs` should depend on `highlightjs-element` and import `highlightjs-import` to be safe from library duplication.
Components that want to use `highlightjs` should depend on `highlightjs-element` and import `highlightjs-import` to be safe from library duplication.
Such components need not use Polymer or `highlightjs-element`, but we put the import and the element in one package for convenience.

0 comments on commit a5a5f47

Please sign in to comment.