Skip to main content

Find all the broken links in your Lektor site!

Project description

Broken Links

Find all the broken links!

Broken Links helps you detect broken links in your Lektor site. It will warn you about broken internal and external HTTP links.

Goals

  • Fast - Less than 1 second to check sites with hundreds of pages.
  • Simple - Install on your site and it quietly runs on every build.

Getting Started

Broken Links depends on the following packages...

  • mistune >= 0.7.0, <2
  • click >= 7.0
  • furl >= 2.1.0

...which can be easily installed with...

$ pip install mistune click furl

Once dependencies are installed, you can add Broken Links to your Lektor project with...

$ lektor plugins add lektor-broken-links

Alternatively Broken Links can be installed manually by copying the plugin folder into packages/.

Once Broken Links is installed, run lektor build or lektor server. Any broken internal links will be printed in the build output, along with the page they were found on.

broken-links-tests$ lektor build
Started build
Started link check
Found 2 broken links in '/':
    /none
    ./none
Found 1 broken link in '/nested':
    ../none
Finished link check in 0.02 sec
Finished build in 0.03 sec
Started prune
Finished prune in 0.00 sec

Example output from building the test site.

Contributing

Thank you for your interest in this project! If you find a bug or have an idea for an awesome new feature please open an issue. Pull Requests which help close issues are welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lektor-broken-links-0.2.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

lektor_broken_links-0.2.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page