Skip to content

Commit 81b865d

Browse files
author
Mrunal Patel
committed
Merge pull request #365 from vbatts/repo_rename
*: specs -> runtime-spec
2 parents 93ca97e + faad7e0 commit 81b865d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Open Container Specifications
1+
# Open Container Runtime Specification
22

3-
[Open Container Initiative](http://www.opencontainers.org/) Specifications for standards on Operating System process and application containers.
3+
The [Open Container Initiative](http://www.opencontainers.org/) develops specifications for standards on Operating System process and application containers.
44

55

66
Table of Contents
@@ -72,7 +72,7 @@ When in doubt, start on the [mailing-list](#mailing-list).
7272
The contributors and maintainers of the project have a weekly meeting Wednesdays at 10:00 AM PST.
7373
Everyone is welcome to participate via [UberConference web][UberConference] or audio-only: 646-494-8704 (no PIN needed.)
7474
An initial agenda will be posted to the [mailing list](#mailing-list) earlier in the week, and everyone is welcome to propose additional topics or suggest other agenda alterations there.
75-
Minutes are posted to the [mailing list](#mailing-list) and minutes from past calls are archived to the [wiki](https://github.com/opencontainers/specs/wiki) for those who are unable to join the call.
75+
Minutes are posted to the [mailing list](#mailing-list) and minutes from past calls are archived to the [wiki](https://github.com/opencontainers/runtime-spec/wiki) for those who are unable to join the call.
7676

7777
## Mailing List
7878

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The items in the 1.0 roadmap can be broken down into smaller milestones that are
66
The topics below are broad and small working groups will be needed for each to define scope and requirements or if the feature is required at all for the OCI level.
77
Topics listed in the roadmap do not mean that they will be implemented or added but are areas that need discussion to see if they fit in to the goals of the OCI.
88

9-
Listed topics may defer to the [project wiki](https://github.com/opencontainers/specs/wiki/RoadMap:) for collaboration.
9+
Listed topics may defer to the [project wiki](https://github.com/opencontainers/runtime-spec/wiki/RoadMap:) for collaboration.
1010

1111
## 1.0
1212

project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* `git commit` version increment
77
* `git tag` the prior commit (preferably signed tag)
88
* `make docs` to produce PDF and HTML copies of the spec
9-
* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs.
9+
* Make a release on [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec/releases) for the version. Attach the produced docs.
1010

style.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The exceptions are entries where the Go default for the type is a no-op in the s
1818

1919
[capabilities]: config-linux.md#capabilities
2020
[class-id]: config-linux.md#network
21-
[integer-over-hex]: https://github.com/opencontainers/specs/pull/267#discussion_r48360013
22-
[keep-prefix]: https://github.com/opencontainers/specs/pull/159#issuecomment-138728337
23-
[no-pointer-for-boolean]: https://github.com/opencontainers/specs/pull/290#discussion_r50296396
24-
[no-pointer-for-slices]: https://github.com/opencontainers/specs/pull/316/files#r50782982
25-
[optional-pointer]: https://github.com/opencontainers/specs/pull/233#discussion_r47829711
26-
[pointer-when-updates-require-changes]: https://github.com/opencontainers/specs/pull/317/files#r50932706
21+
[integer-over-hex]: https://github.com/opencontainers/runtime-spec/pull/267#discussion_r48360013
22+
[keep-prefix]: https://github.com/opencontainers/runtime-spec/pull/159#issuecomment-138728337
23+
[no-pointer-for-boolean]: https://github.com/opencontainers/runtime-spec/pull/290#discussion_r50296396
24+
[no-pointer-for-slices]: https://github.com/opencontainers/runtime-spec/pull/316/files#r50782982
25+
[optional-pointer]: https://github.com/opencontainers/runtime-spec/pull/233#discussion_r47829711
26+
[pointer-when-updates-require-changes]: https://github.com/opencontainers/runtime-spec/pull/317/files#r50932706

0 commit comments

Comments
 (0)