diff --git a/README.md b/README.md index 2b77c2ea..5a899608 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Course Management Tools - 2.0.0 -![CI](https://github.com/eloots/course-management-tools/workflows/CI/badge.svg) - +![CI](https://github.com/lunatech-labs/course-management-tools/workflows/CI/badge.svg) + ![Latest](https://img.shields.io/github/v/release/lunatech-labs/course-management-tools?label=latest%20version) diff --git a/build.sbt b/build.sbt index 70db4b09..07f3f24b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,9 @@ import Build.* inThisBuild( List( organization := "com.lunatech", - homepage := Some(url("https://cmt.lunatech.com/")), + organizationName := "Lunatech", + organizationHomepage := Some(url("https://lunatech.com")), + homepage := Some(url("https://cmt.lunatech.com")), developers := List(Developer("eloots", "Eric Loots", "eric.loots@lunatech.com", url("https://github.com/eloots"))), licenses := Seq("Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")))) diff --git a/docs/install.md b/docs/install.md index 3e2377e9..89e03001 100644 --- a/docs/install.md +++ b/docs/install.md @@ -23,11 +23,11 @@ Make sure to have a [recent version of **_git_**](https://git-scm.com/downloads) ## Installation The preferred way to install the Course Management Tools is to download -the binaries from [the latest release](https://github.com/eloots/course-management-tools/releases). +the binaries from [the latest release](https://github.com/lunatech-labs/course-management-tools/releases). The installation procedure is rather straightforward: -- download the `course-management-tools.zip` file from the [release page](https://github.com/eloots/course-management-tools/releases) +- download the `course-management-tools.zip` file from the [release page](https://github.com/lunatech-labs/course-management-tools/releases) - unzip the content in a folder - update your PATH to include the `course-management-tools/bin` folder in the folder in which you unzipped the downloaded zip file @@ -36,4 +36,3 @@ The installation procedure is rather straightforward: - `cmtc` client command to manipulate studentified artifacts > Note: the plan is to publish native binaries of `cmta` and `cmtc` for MacOS, *nix, and Windows. Also, the goal is to publish CMT binary artifacts on Maven Central which should enable installation of the CMT binaries using [Coursier](https://github.com/coursier/coursier). - diff --git a/docs/reference-config.md b/docs/reference-config.md index b2a5ab5e..61a50a7a 100644 --- a/docs/reference-config.md +++ b/docs/reference-config.md @@ -10,7 +10,7 @@ The behaviour of the `cmta` command can be changed via configuration. If a file named `course-management.conf` is present in the root folder of the CMT main repository, CMT settings in that file will override the default -value from the [reference configuration](https://github.com/eloots/course-management-tools/blob/main/core/src/main/resources/reference.conf). +value from the [reference configuration](https://github.com/lunatech-labs/course-management-tools/blob/main/core/src/main/resources/reference.conf). `cmta` takes the `-cfg ` option which can be used @@ -82,4 +82,4 @@ or deletes such folders while performing its tasks. ## Reference configuration -The complete reference configuration can be found [here](https://github.com/eloots/course-management-tools/blob/main/core/src/main/resources/reference.conf). +The complete reference configuration can be found [here](https://github.com/lunatech-labs/course-management-tools/blob/main/core/src/main/resources/reference.conf). diff --git a/docs/version1-docs/v1-install.md b/docs/version1-docs/v1-install.md index 40983409..7903f8a2 100644 --- a/docs/version1-docs/v1-install.md +++ b/docs/version1-docs/v1-install.md @@ -23,11 +23,11 @@ Make sure to have a [recent version of **_git_**](https://git-scm.com/downloads) ## Installation The preferred way to install the Course Management Tools is to download -the binaries from [the latest (version 1) release](https://github.com/eloots/course-management-tools/releases/tag/1.0.3). +the binaries from [the latest (version 1) release](https://github.com/lunatech-labs/course-management-tools/releases/tag/1.0.3). The installation procedure is rather straightforward: -- download the `course-management-tools.zip` file from the [release page](https://github.com/eloots/course-management-tools/releases) +- download the `course-management-tools.zip` file from the [release page](https://github.com/lunatech-labs/course-management-tools/releases) - unzip the content in a folder - update your PATH to include the `course-management-tools/bin` folder in the folder in which you unzipped the downloaded zip file diff --git a/docs/version1-docs/v1-reference-config.md b/docs/version1-docs/v1-reference-config.md index 73d77f4d..a7cf595e 100644 --- a/docs/version1-docs/v1-reference-config.md +++ b/docs/version1-docs/v1-reference-config.md @@ -147,7 +147,7 @@ studentify.studentified-project-name = "base" This settings is used to add per-exercise specific sbt build code and is useful for example to enable sbt plugins and/or sbt plugin settings for every exercise. You can see an example of this in the [Play CMT main -template repo](https://github.com/eloots/course-management-tools/blob/3a8ca61fff34fe5f1a7daed81f96c9b95c167f0c/course-templates/play-cmt-template-no-common/course-management.conf#L19). +template repo](https://github.com/lunatech-labs/course-management-tools/blob/3a8ca61fff34fe5f1a7daed81f96c9b95c167f0c/course-templates/play-cmt-template-no-common/course-management.conf#L19). Applies to `cmt-mainadm`, `cmt-studentify`, `cmt-linearize` @@ -234,4 +234,4 @@ apply the settings defined in `CommonSettings.configure`. ## Reference configuration -The complete reference configuration can be found [here](https://github.com/eloots/course-management-tools/blob/main/core/src/main/resources/reference.conf). +The complete reference configuration can be found [here](https://github.com/lunatech-labs/course-management-tools/blob/main/core/src/main/resources/reference.conf). diff --git a/docs/version1-docs/v1-your-first-project.md b/docs/version1-docs/v1-your-first-project.md index 0851fa0c..22bfec7a 100644 --- a/docs/version1-docs/v1-your-first-project.md +++ b/docs/version1-docs/v1-your-first-project.md @@ -68,14 +68,14 @@ $ cmt-mainadm init Checkout template into /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08 Initialized empty Git repository in /private/var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/.git/ Updating origin - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * [new branch] add-documentation -> origin/add-documentation * [new branch] add-social-media-preview-image-and-fix-footer-links -> origin/add-social-media-preview-image-and-fix-footer-links * [new branch] gh-pages -> origin/gh-pages * [new branch] main -> origin/main * [new branch] mainadm-validation-fix -> origin/mainadm-validation-fix * [new tag] 1.0.0 -> 1.0.0 - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * branch main -> FETCH_HEAD Template created in /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/course-templates/scala-cmt-template-no-common/ Copying template to /Users/ericloots/tmp/starting-with-scala @@ -245,7 +245,7 @@ man [e] > Starting with Scala > initial state > man ## Description This project can be used as a template for a master -project managed by the [Course Management Tools](https://github.com/eloots/course-management-tools) +project managed by the [Course Management Tools](https://github.com/lunatech-labs/course-management-tools) It contains 2 simple steps (or exercises) @@ -416,14 +416,14 @@ mainadm init --template scala-cmt-template-no-common --name "Starting with Scala Checkout template into /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08 Initialized empty Git repository in /private/var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/.git/ Updating origin - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * [new branch] add-documentation -> origin/add-documentation * [new branch] add-social-media-preview-image-and-fix-footer-links -> origin/add-social-media-preview-image-and-fix-footer-links * [new branch] gh-pages -> origin/gh-pages * [new branch] main -> origin/main * [new branch] mainadm-validation-fix -> origin/mainadm-validation-fix * [new tag] 1.0.0 -> 1.0.0 - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * branch main -> FETCH_HEAD Template created in /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/course-templates/scala-cmt-template-no-common/ Copying template to /Users/ericloots/tmp/starting-with-scala diff --git a/docs/your-first-project.md b/docs/your-first-project.md index 4ff4cc3e..8e90c108 100644 --- a/docs/your-first-project.md +++ b/docs/your-first-project.md @@ -66,14 +66,14 @@ $ cmt-mainadm init Checkout template into /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08 Initialized empty Git repository in /private/var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/.git/ Updating origin - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * [new branch] add-documentation -> origin/add-documentation * [new branch] add-social-media-preview-image-and-fix-footer-links -> origin/add-social-media-preview-image-and-fix-footer-links * [new branch] gh-pages -> origin/gh-pages * [new branch] main -> origin/main * [new branch] mainadm-validation-fix -> origin/mainadm-validation-fix * [new tag] 1.0.0 -> 1.0.0 - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * branch main -> FETCH_HEAD Template created in /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/course-templates/scala-cmt-template-no-common/ Copying template to /Users/ericloots/tmp/starting-with-scala @@ -243,7 +243,7 @@ man [e] > Starting with Scala > initial state > man ## Description This project can be used as a template for a master -project managed by the [Course Management Tools](https://github.com/eloots/course-management-tools) +project managed by the [Course Management Tools](https://github.com/lunatech-labs/course-management-tools) It contains 2 simple steps (or exercises) @@ -414,14 +414,14 @@ mainadm init --template scala-cmt-template-no-common --name "Starting with Scala Checkout template into /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08 Initialized empty Git repository in /private/var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/.git/ Updating origin - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * [new branch] add-documentation -> origin/add-documentation * [new branch] add-social-media-preview-image-and-fix-footer-links -> origin/add-social-media-preview-image-and-fix-footer-links * [new branch] gh-pages -> origin/gh-pages * [new branch] main -> origin/main * [new branch] mainadm-validation-fix -> origin/mainadm-validation-fix * [new tag] 1.0.0 -> 1.0.0 - From https://github.com/eloots/course-management-tools + From https://github.com/lunatech-labs/course-management-tools * branch main -> FETCH_HEAD Template created in /var/folders/rq/vhwkgm9x2rs33jl4t2x6t6jr0000gn/T/sbt_78941d08/course-templates/scala-cmt-template-no-common/ Copying template to /Users/ericloots/tmp/starting-with-scala diff --git a/website/siteConfig.js b/website/siteConfig.js index af60e53f..b0a5f8a3 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -41,7 +41,7 @@ const siteConfig = { // Algolia DocSearch algolia: { apiKey: 'ad215f5ba694d2e808dde2e2c3c465f4', - indexName: 'eloots_course-management-tools', + indexName: 'lunatech-labs_course-management-tools', //appId: 'app-id', // Optional, if you run the DocSearch crawler on your own // algoliaOptions: {} // Optional, if provided by Algolia },