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

Commit

Permalink
Change GitHub organisation from aimakerspace to aisingapore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzalk committed Oct 6, 2022
1 parent d2ced86 commit 7383683
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ an argument, like such:

```bash
$ pip install cruft
$ cruft create https://github.com/aimakerspace/ml-project-cookiecutter-gcp
$ cruft create https://github.com/aisingapore/ml-project-cookiecutter-gcp
```

__Note:__ `cruft` can quickly validate whether or not a project is using
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ site_description: >-
"{{cookiecutter.description}}"
# Repository
repo_name: "aimakerspace/ml-project-cookiecutter-gcp"
repo_url: "https://github.com/aimakerspace/ml-project-cookiecutter-gcp"
repo_name: "aisingapore/ml-project-cookiecutter-gcp"
repo_url: "https://github.com/aisingapore/ml-project-cookiecutter-gcp"
edit_uri: ""

# Copyright
Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.repo_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ generated and customised using the
following
[`cookiecutter`](https://cookiecutter.readthedocs.io/en/stable/)
template:
https://github.com/aimakerspace/ml-project-cookiecutter-gcp
https://github.com/aisingapore/ml-project-cookiecutter-gcp

The contents of the guide have been customised
according to the inputs provided upon generation of this repository
through the usage of [`cruft`](https://cruft.github.io/cruft/),
following instructions detailed
[here](https://github.com/aimakerspace/ml-project-cookiecutter-gcp/blob/master/README.md)
[here](https://github.com/aisingapore/ml-project-cookiecutter-gcp/blob/master/README.md)
.

Inputs provided to `cookiecutter`/`cruft` for the generation of this
Expand Down Expand Up @@ -47,7 +47,7 @@ the contents are optimised for viewing through
specifically)
.
A demo of the site for the guide can be viewed
[here](https://aimakerspace.github.io/ml-project-cookiecutter-gcp)
[here](https://aisingapore.github.io/ml-project-cookiecutter-gcp)
.

To spin up the site on your local machine, you can create a virtual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository provides an end-to-end template for AI
Singapore's AI engineers to onboard their AI projects.
Instructions for generating this template is detailed in the
`cookiecutter` template's repository's
[`README.md`](https://github.com/aimakerspace/ml-project-cookiecutter-gcp/blob/master/README.md)
[`README.md`](https://github.com/aisingapore/ml-project-cookiecutter-gcp/blob/master/README.md)
.

While this repository provides users with a set of boilerplates,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ This template (which also serves as a guide) was generated using the
following
[`cookiecutter`](https://cookiecutter.readthedocs.io/en/stable/)
template:
https://github.com/aimakerspace/ml-project-cookiecutter-gcp
https://github.com/aisingapore/ml-project-cookiecutter-gcp

This `mkdocs` site is for serving the contents of the end-to-end
guide in a more readable manner, as opposed to plain
Markdown views. The contents of this guide have been customised
according to the inputs provided upon generation of this repository
through the usage of [`cruft`](https://cruft.github.io/cruft/),
following instructions detailed
[here](https://github.com/aimakerspace/ml-project-cookiecutter-gcp/blob/master/README.md)
[here](https://github.com/aisingapore/ml-project-cookiecutter-gcp/blob/master/README.md)
.

Inputs provided to `cookiecutter`/`cruft` for the generation of this
Expand Down

0 comments on commit 7383683

Please sign in to comment.