Skip to content

Commit

Permalink
change links to mill-build.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 6, 2024
1 parent 778edae commit 91d07c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are some direct links:
* xref:readme.adoc#project-layout[Project Layout] - The source code repository structure from a high level view
* xref:readme.adoc#manual-automated-testing[Manual and Automated Testing] - How we test Mill
* xref:readme.adoc#project-maintenance[Project Maintenance] - Details about authoring pull request and commit messages
* https://mill-build.com/mill/Intro_to_Mill.html[Mill Documentation] - Documentation for users and developers
* https://mill-build.org/mill/Intro_to_Mill.html[Mill Documentation] - Documentation for users and developers
* {link-github}/discussions[Discussion Forum on GitHub] - A place to ask question and discuss all kind of questions around Mill
* {link-github}/issues[Issue Tracker on GitHub] - Our issue tracker for bugs and features
* {link-github}/pulls[Pull Requests on GitHub] - All new features and bug fixes find their way into Mill via a pull request. You can also sketch new ideas by creating a draft pull requests.
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Settings {
val projectUrl = s"https://github.com/${githubOrg}/${githubRepo}"
val changelogUrl = s"${projectUrl}#changelog"
val newIssueUrl = s"${projectUrl}/issues/new/choose"
val docUrl = "https://mill-build.com"
val docUrl = "https://mill-build.org"
// the exact branches containing a doc root
val docBranches = Seq()
// the exact tags containing a doc root
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:idseparator: -
:link-github: https://github.com/com-lihaoyi/mill
:link-gitter: https://gitter.im/lihaoyi/mill
:link-current-doc-site: https://mill-build.com
:link-current-doc-site: https://mill-build.org
:link-mill-moduledefs: https://github.com/com-lihaoyi/mill-moduledefs
:example-scala-version: 3.3.4
:toc:
Expand Down Expand Up @@ -297,7 +297,7 @@ _Changes since {prev-version}:_

* Workaround issue in Sonatype which started failing on double slashes in URLs
(even though they previously worked) https://github.com/com-lihaoyi/mill/commit/a293b46e80e37572bae46ef6225f41f547a5b238[Link]
* Overhaul of the documentation site at https://mill-build.com
* Overhaul of the documentation site at https://mill-build.org
* New Java- and Scala-specific sections on the documentation, with more detailed
comparisons to existing build tools
* Added graphviz diagrams throughout to help the user in visualizing the concepts involved
Expand Down

0 comments on commit 91d07c0

Please sign in to comment.