Skip to content

Commit

Permalink
Update repo links to point to lunatech-labs (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjglerum authored Jul 28, 2023
1 parent 95ee426 commit 4f165ba
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Course Management Tools - 2.0.0

![CI](https://github.com/eloots/course-management-tools/workflows/CI/badge.svg)
<a href="https://github.com/eloots/course-management-tools/releases/latest">
![CI](https://github.com/lunatech-labs/course-management-tools/workflows/CI/badge.svg)
<a href="https://github.com/lunatech-labs/course-management-tools/releases/latest">
![Latest](https://img.shields.io/github/v/release/lunatech-labs/course-management-tools?label=latest%20version)
</a>

Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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", "[email protected]", url("https://github.com/eloots"))),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0"))))

Expand Down
5 changes: 2 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
4 changes: 2 additions & 2 deletions docs/reference-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cfg file>` option which can be used
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions docs/version1-docs/v1-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/version1-docs/v1-reference-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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).
10 changes: 5 additions & 5 deletions docs/version1-docs/v1-your-first-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/your-first-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 4f165ba

Please sign in to comment.