Skip to content

Commit

Permalink
Update all urls to point to the new website address
Browse files Browse the repository at this point in the history
Resolves #691
  • Loading branch information
LouisCAD committed Aug 17, 2023
1 parent bc318fd commit d496728
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

## Documentation

- [Start here](https://jmfayard.github.io/refreshVersions/)
- [Setup refreshVersions](https://jmfayard.github.io/refreshVersions/setup/)
- [Migrate your project](https://jmfayard.github.io/refreshVersions/migrate/)
- [Find Available Dependencies Updates](https://jmfayard.github.io/refreshVersions/update-dependencies/)
- [Add Dependencies](https://jmfayard.github.io/refreshVersions/add-dependencies/)
- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependency-notations/)
- [Schedule the RefreshVersionsBot](https://jmfayard.github.io/refreshVersions/refreshversions-bot/)
- [Use the buildSrc](https://jmfayard.github.io/refreshVersions/gradle-buildsrcversions/)
- [Changelog](https://jmfayard.github.io/refreshVersions/CHANGELOG/)
- [Start here](https://splitties.github.io/refreshVersions/)
- [Setup refreshVersions](https://splitties.github.io/refreshVersions/setup/)
- [Migrate your project](https://splitties.github.io/refreshVersions/migrate/)
- [Find Available Dependencies Updates](https://splitties.github.io/refreshVersions/update-dependencies/)
- [Add Dependencies](https://splitties.github.io/refreshVersions/add-dependencies/)
- [Explore built-in Dependencies Notations](https://splitties.github.io/refreshVersions/dependency-notations/)
- [Schedule the RefreshVersionsBot](https://splitties.github.io/refreshVersions/refreshversions-bot/)
- [Use the buildSrc](https://splitties.github.io/refreshVersions/gradle-buildsrcversions/)
- [Changelog](https://splitties.github.io/refreshVersions/CHANGELOG/)

[**See documentation at https://jmfayard.github.io/refreshVersions**](https://jmfayard.github.io/refreshVersions/)
[**See documentation at https://splitties.github.io/refreshVersions**](https://splitties.github.io/refreshVersions/)



Expand All @@ -25,7 +25,7 @@
```kotlin
// settings.gradle(.kts)
plugins {
// See https://jmfayard.github.io/refreshVersions
// See https://splitties.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.51.0"
}

Expand All @@ -34,7 +34,7 @@ refreshVersions { // Optional: configure the plugin
}
```

[Read the friendly documentation](https://jmfayard.github.io/refreshVersions/setup/)
[Read the friendly documentation](https://splitties.github.io/refreshVersions/setup/)


## Usage
Expand All @@ -45,7 +45,7 @@ Make sure the project is correctly set up (see just above).

The `refreshVersionsMigrate` task can help you migrate your project in a few minutes, or less.

In version 0.50.0, support for Gradle's Versions Catalogs was added ([see discussion thread here](https://github.com/jmfayard/refreshVersions/discussions/592)), so a `--mode` option is now required.
In version 0.50.0, support for Gradle's Versions Catalogs was added ([see discussion thread here](https://github.com/Splitties/refreshVersions/discussions/592)), so a `--mode` option is now required.

Run it without it to see the complete list and the full description of each mode:

Expand All @@ -56,7 +56,7 @@ Run it without it to see the complete list and the full description of each mode
<details>
<summary><i><strong>Examples</strong> (click to expand)</i></summary>

If you want to use only `versions.properties` and the [built-in dependencies notations](https://jmfayard.github.io/refreshVersions/dependency-notations/), run:
If you want to use only `versions.properties` and the [built-in dependencies notations](https://splitties.github.io/refreshVersions/dependency-notations/), run:

`./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly`

Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repo_url: https://github.com/jmfayard/refreshVersions
site_description: "Life is too short to google for dependencies and versions"
site_author: jmfayard LouisCAD
remote_branch: gh-pages
edit_uri: "https://github.com/jmfayard/refreshVersions/edit/release/docs"
edit_uri: "https://github.com/Splitties/refreshVersions/edit/release/docs"

extra:
link:
playground: https://github.com/LouisCAD/kotlin-libraries-playground
site: https://jmfayard.github.io/refreshVersions
github: https://github.com/jmfayard/refreshVersions
master: https://github.com/jmfayard/refreshVersions/blob/main
issues: https://github.com/jmfayard/refreshVersions/issues
site: https://splitties.github.io/refreshVersions
github: https://github.com/Splitties/refreshVersions
master: https://github.com/Splitties/refreshVersions/blob/main
issues: https://github.com/Splitties/refreshVersions/issues
gradlePluginPortal: https://plugins.gradle.org/plugin/de.fayard.refreshVersions
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
Expand All @@ -26,7 +26,7 @@ extra:
keyboard_shortcuts:
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

copyright: 'Copyright &copy; 2020-2022 jmfayard'
copyright: 'Copyright &copy; 2020-2023 jmfayard - Louis CAD'

theme:
name: 'material'
Expand Down
4 changes: 2 additions & 2 deletions plugins/buildSrc/src/main/kotlin/publishing/Publishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import org.gradle.kotlin.dsl.register
import org.gradle.kotlin.dsl.withType

object Publishing {
const val gitUrl = "https://github.com/jmfayard/refreshVersions.git"
const val siteUrl = "https://github.com/jmfayard/refreshVersions"
const val gitUrl = "https://github.com/Splitties/refreshVersions.git"
const val siteUrl = "https://github.com/Splitties/refreshVersions"
const val libraryDesc = "Life is too short to Google for dependencies and versions."
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal object PluginConfig {
/** Documentation **/
internal fun issue(number: Int): String = "$refreshVersionsUrl/issues/$number"

const val refreshVersionsUrl = "https://github.com/jmfayard/refreshVersions"
const val refreshVersionsUrl = "https://github.com/Splitties/refreshVersions"


val INITIAL_GITIGNORE = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ open class RefreshVersionsCleanupTask : DefaultTask() {
@TaskAction
fun cleanupKotlinScripts() {
if (FeatureFlag.KOTLIN_SCRIPTS.isEnabled) {
println("NOTE: refreshVersionsCleanUp doesn't clean up Kotlin Scripts yet, see https://github.com/jmfayard/refreshVersions/issues/582")
println("NOTE: refreshVersionsCleanUp doesn't clean up Kotlin Scripts yet, see https://github.com/Splitties/refreshVersions/issues/582")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fun Nothing?.checkGradleVersionIsSupported() {
throw UnsupportedVersionException(
"""
The plugin "de.fayard.refreshVersions" only works with Gradle $minimumGradleVersionString and above.
See https://jmfayard.github.io/refreshVersions/setup/#update-gradle-if-needed
See https://splitties.github.io/refreshVersions/setup/#update-gradle-if-needed
""".trimIndent()
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ open class RefreshVersionsTask : DefaultTask() {
}
}
if (FeatureFlag.KOTLIN_SCRIPTS.isEnabled) {
println("NOTE: refreshVersions support for Kotlin Scripts isn't implemented yet, see https://github.com/jmfayard/refreshVersions/issues/582")
println("NOTE: refreshVersions support for Kotlin Scripts isn't implemented yet, see https://github.com/Splitties/refreshVersions/issues/582")
}
}

Expand Down Expand Up @@ -212,7 +212,7 @@ open class RefreshVersionsTask : DefaultTask() {
|To migrate your project, run
| ./gradlew refreshVersionsMigrate
|
|See https://jmfayard.github.io/refreshVersions/migrate/""".trimMargin()
|See https://splitties.github.io/refreshVersions/migrate/""".trimMargin()
)
//TODO: Replace issue link above with stable link to explanation in documentation.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ open class RefreshVersionsPlugin : Plugin<Any> {
}
"""
plugins.id("de.fayard.refreshVersions") must be configured in settings.gradle(.kts)$notInExtraClause.
See https://jmfayard.github.io/refreshVersions/setup/
See https://splitties.github.io/refreshVersions/setup/
""".trimIndent()
}
bootstrap(target)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DependencyNotationsWebpageUpdateTest {
dependencies.joinToString("| - ", transform = MarkdownDependency::markdown)
}
"""
|## [$group.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/$group.kt)
|## [$group.kt](https://github.com/splitties/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/$group.kt)
|
|${table(rows)}
|
Expand All @@ -90,7 +90,7 @@ class DependencyNotationsWebpageUpdateTest {
|---
|# Built-in Dependency Notations
|
|[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **$dependenciesCount** Dependency Notations in **$groupsCount** groups and **$subgroupsCount** subgroups
|[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **$dependenciesCount** Dependency Notations in **$groupsCount** groups and **$subgroupsCount** subgroups
|
|**Built-in Dependency Notations** are maven coordinates of popular libraries,
|discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA,
Expand Down
2 changes: 1 addition & 1 deletion sample-groovy/buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlin.String
* $ ./gradlew refreshVersions
* And edit the file `versions.properties`
*
* See https://github.com/jmfayard/refreshVersions
* See https://github.com/splitties/refreshVersions
*/
object Libs {
const val annotation: String = "androidx.annotation:annotation:_"
Expand Down
2 changes: 1 addition & 1 deletion sample-multi-modules/buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlin.String
* $ ./gradlew refreshVersions
* And edit the file `versions.properties`
*
* See https://github.com/jmfayard/refreshVersions
* See https://github.com/Splitties/refreshVersions
*/
object Libs {
const val clikt: String = "com.github.ajalt.clikt:clikt:_"
Expand Down

0 comments on commit d496728

Please sign in to comment.