Skip to content

Commit dd3e003

Browse files
authored
Merge pull request #44 from dongx1x/update-repo
doc: update repo link in docs/configs
2 parents 2d8ee31 + a758154 commit dd3e003

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Confidential Cloud-Native Primitives (CCNP)
22

3-
![CI Check License](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-license-python.yaml/badge.svg)
4-
![CI Check Spelling](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-doclint.yaml/badge.svg)
5-
![CI Check Python](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-pylint.yaml/badge.svg)
6-
![CI Check Shell](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-shell-check.yaml/badge.svg)
7-
![CI Check Rust](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-check-rust.yaml/badge.svg)
8-
![CI Check Golang](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-golang-check.yaml/badge.svg)
9-
![CI Check Container](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/pr-container-check.yaml/badge.svg)
10-
![CC Foundation Image Customize](https://github.com/intel/confidential-cloud-native-primitives/actions/workflows/image-rewriter.yaml/badge.svg)
3+
![CI Check License](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-license-python.yaml/badge.svg)
4+
![CI Check Spelling](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-doclint.yaml/badge.svg)
5+
![CI Check Python](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-pylint.yaml/badge.svg)
6+
![CI Check Shell](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-shell-check.yaml/badge.svg)
7+
![CI Check Rust](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-check-rust.yaml/badge.svg)
8+
![CI Check Golang](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-golang-check.yaml/badge.svg)
9+
![CI Check Container](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/pr-container-check.yaml/badge.svg)
10+
![CC Foundation Image Customize](https://github.com/cc-api/confidential-cloud-native-primitives/actions/workflows/image-rewriter.yaml/badge.svg)
1111
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8325/badge)](https://www.bestpractices.dev/projects/8325)
1212

1313
## Introduction

sdk/python3/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies = [
2222
]
2323

2424
[project.urls]
25-
"Homepage" = "https://github.com/intel/confidential-cloud-native-primitives"
26-
"Bug Tracker" = "https://github.com/intel/confidential-cloud-native-primitives/issues"
25+
"Homepage" = "https://github.com/cc-api/confidential-cloud-native-primitives"
26+
"Bug Tracker" = "https://github.com/cc-api/confidential-cloud-native-primitives/issues"
2727

2828
[build-system]
2929
requires = ["setuptools", "wheel"]

sdk/python3/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = ccnp
33
version = 0.4.0
44
description = SDKs to enable confidential computing in cloud native environments
55
long_description = file: README.md
6-
url = https://github.com/intel/confidential-cloud-native-primitives
6+
url = https://github.com/cc-api/confidential-cloud-native-primitives
77
classifiers =
88
Programming Language :: Python :: 3
99
Operating System :: OS Independent

tools/cvm-image-rewriter/plugins/02-motd-welcome/files/etc/motd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Welcome to Confidential Computing Guest Environment
44

55
This image is optimized for Confidential Cloud Native Foundation.
6-
Please visits https://github.com/intel/confidential-cloud-native-primitives.
6+
Please visits https://github.com/cc-api/confidential-cloud-native-primitives.
77
===================================================

0 commit comments

Comments
 (0)