Skip to content

Commit

Permalink
refactor: rename open-amt-cloud-toolkit to device-management-toolkit (#…
Browse files Browse the repository at this point in the history
…1815)

Co-authored-by: Mike <[email protected]>
Co-authored-by: Madhavi Losetty <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2025
1 parent a1913f7 commit c4492b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

## Anything the reviewer should know when reviewing this PR?

### If the there are associated PRs in other repositories, please link them here (i.e. open-amt-cloud-toolkit/repo#365 )
### If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Management Presence Server (MPS) enables remote edge management of Intel vPr

<br><br>

**For detailed documentation** about Getting Started or other features of the Open AMT Cloud Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs).
**For detailed documentation** about Getting Started or other features of the Device Management Toolkit, see the [docs](https://device-management-toolkit.github.io/docs).

<br>

Expand All @@ -32,7 +32,7 @@ To deploy the MPS on a local development system:
1. Clone the repo and switch to the `mps` directory.

```
git clone https://github.com/open-amt-cloud-toolkit/mps.git && cd mps
git clone https://github.com/device-management-toolkit/mps.git && cd mps
```

2. Open the `.mpsrc` file to edit.
Expand Down Expand Up @@ -95,11 +95,11 @@ jwt_secrets:

## Additional Resources

- For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
- For detailed documentation and Getting Started, [visit the docs site](https://device-management-toolkit.github.io/docs).

- Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).

- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/mps/issues).
- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/device-management-toolkit/mps/issues).

- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-amt-cloud-toolkit/mps",
"version": "2.13.22",
"description": "Containerized MPS service for executing Intel&reg; AMT features",
"homepage": "https://github.com/open-amt-cloud-toolkit/mps",
"homepage": "https://github.com/device-management-toolkit/mps",
"contributors": [
{
"name": "Matt C. Primrose",
Expand All @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/open-amt-cloud-toolkit/mps.git"
"url": "https://github.com/device-management-toolkit/mps.git"
},
"type": "module",
"license": "Apache-2.0",
Expand Down

0 comments on commit c4492b4

Please sign in to comment.