Skip to content

Commit

Permalink
Merge pull request #576 from sridamul/docs
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
jonesbusy authored Jan 5, 2025
2 parents 6a9c62e + 69d1f9b commit f16e2bf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,33 @@ Plugin Modernizer is a generic CLI tool designed to automate the modernization o
The CLI is also used to collect metadata from Jenkins plugins, such as the plugin's dependencies (including transitive) or JDKs used for building the plugin. Such metadata is planned to be integrated with existing Jenkins tooling such as

- [Jenkins Plugin Site](https://plugins.jenkins.io/)
- [Jenkins stastistics](https://stats.jenkins.io/)
- [Jenkins statistics](https://stats.jenkins.io/)
- [Plugin Health Scoring](https://github.com/jenkins-infra/plugin-health-scoring)

Learn more at [this project page](https://www.jenkins.io/projects/gsoc/2024/projects/using-openrewrite-recipes-for-plugin-modernization-or-automation-plugin-build-metadata-updates/).

## Usage

- [Getting Started](#getting-started)
- [Requirements to build](#requirements-to-build)
- [Requirements to build](#requirements)
- [Build](#build)
- [Using the tool](#using-the-tool)
- [Setup](#setup)
- [CLI Options](#cli-options)
- [Subcommands](#subcommands)
- [Global option](#global-option)
- [GitHub option](#github-options)
- [Run option](#run-option)
- [Plugin Input Format](#plugin-input-format)
- [Plugin option](#plugin-option)
- [Plugin file option](#plugin-file-option)
- [Configuring Environmental Variables](#configuring-environmental-variables)
- [Examples](#examples)
- [without dry-run](#without-dry-run)
- [with dry-run](#with-dry-run)
- [Running with Docker](#running-with-docker)
- [Reproducibility](#reproducibility)
- [Contributing](#contributing)
- [Debugging recipes](#how-to-debug-recipes)

## Getting Started

Expand Down

0 comments on commit f16e2bf

Please sign in to comment.