Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

URL Cleanup #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions bundlor-plugin/src/main/groovy/BundlorPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import org.gradle.api.logging.LogLevel
*
* @author Chris Beams
* @author Luke Taylor
* @see http://www.springsource.org/bundlor
* @see http://static.springsource.org/s2-bundlor/1.0.x/user-guide/html/ch04s02.html
* @see https://www.springsource.org/bundlor
* @see https://docs.spring.io/s2-bundlor/1.0.x/user-guide/html/ch04s02.html
*/
public class BundlorPlugin implements Plugin<Project> {

Expand Down