Skip to content

Commit c534e9d

Browse files
committed
docs: Update repository name references
- Update repository URLs in CHANGELOG.md - Update badges and links in README.md - Update installation instructions - Update project board links
1 parent e918007 commit c534e9d

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6767
- Implemented security reporting process
6868
- Added recommended privileges documentation
6969

70-
[v1.0.9]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.9
71-
[v1.0.8]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.8
72-
[v1.0.7]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.7
73-
[v1.0.6]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.6
74-
[v1.0.5]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.5
75-
[v1.0.4]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.4
76-
[v1.0.3]: https://github.com/PeterVinter/linux_docker_container_shutdown/releases/tag/v1.0.3
70+
[v1.0.9]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.9
71+
[v1.0.8]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.8
72+
[v1.0.7]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.7
73+
[v1.0.6]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.6
74+
[v1.0.5]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.5
75+
[v1.0.4]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.4
76+
[v1.0.3]: https://github.com/PeterVinter/Manage_linux_docker_containers/releases/tag/v1.0.3

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Docker Safe Shutdown
1+
# Docker Container Management
22

3-
![License](https://img.shields.io/github/license/PeterVinter/linux_docker_container_shutdown)
4-
![Last Commit](https://img.shields.io/github/last-commit/PeterVinter/linux_docker_container_shutdown)
5-
![Stars](https://img.shields.io/github/stars/PeterVinter/linux_docker_container_shutdown)
6-
![Issues](https://img.shields.io/github/issues/PeterVinter/linux_docker_container_shutdown)
3+
![License](https://img.shields.io/github/license/PeterVinter/Manage_linux_docker_containers)
4+
![Last Commit](https://img.shields.io/github/last-commit/PeterVinter/Manage_linux_docker_containers)
5+
![Stars](https://img.shields.io/github/stars/PeterVinter/Manage_linux_docker_containers)
6+
![Issues](https://img.shields.io/github/issues/PeterVinter/Manage_linux_docker_containers)
77
![PowerShell](https://img.shields.io/badge/PowerShell-%235391FE.svg?style=flat&logo=powershell&logoColor=white)
88
![Docker](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=white)
99
[![CI](../../actions/workflows/ci.yml/badge.svg)](../../actions/workflows/ci.yml)
1010
[![Release](../../actions/workflows/release.yml/badge.svg)](../../actions/workflows/release.yml)
11-
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/PeterVinter/docker-safe-shutdown/graphs/commit-activity)
11+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/PeterVinter/Manage_linux_docker_containers/graphs/commit-activity)
1212
![Tests](https://img.shields.io/badge/Tests-Passing-success)
1313
[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/)
1414
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
15-
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FPeterVinter%2Fdocker-safe-shutdown&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
15+
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FPeterVinter%2FManage_linux_docker_containers&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
1616

1717
A robust solution for safely shutting down and starting up Docker containers on Linux systems.
1818

@@ -35,8 +35,8 @@ A robust solution for safely shutting down and starting up Docker containers on
3535

3636
1. Clone the repository:
3737
```bash
38-
git clone https://github.com/PeterVinter/docker-safe-shutdown.git
39-
cd docker-safe-shutdown
38+
git clone https://github.com/PeterVinter/Manage_linux_docker_containers.git
39+
cd Manage_linux_docker_containers
4040
```
4141

4242
2. Make the scripts executable:
@@ -76,7 +76,7 @@ Logs are stored in:
7676
### Project Management
7777

7878
We use GitHub Projects to track the development of features and improvements. You can find our project board at:
79-
[Docker Safe Shutdown Development](https://github.com/users/PeterVinter/projects/1/views/1)
79+
[Manage_linux_docker_containers Development](https://github.com/users/PeterVinter/projects/1/views/1)
8080

8181
For detailed GitHub CLI commands and workflows, see our [GitHub CLI Workflow Guide](docs/github_cli_workflow.md).
8282

0 commit comments

Comments
 (0)