From 207267d0de23f74b69758b8a5b4b3d3ad4954af4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 4 Apr 2016 14:14:04 -0400 Subject: [PATCH 1/2] *: specs -> runtime-spec Signed-off-by: Vincent Batts --- README.md | 2 +- ROADMAP.md | 2 +- project.md | 2 +- style.md | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 92d0c706e..a6398875e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ When in doubt, start on the [mailing-list](#mailing-list). The contributors and maintainers of the project have a weekly meeting Wednesdays at 10:00 AM PST. Everyone is welcome to participate via [UberConference web][UberConference] or audio-only: 646-494-8704 (no PIN needed.) 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. -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. +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. ## Mailing List diff --git a/ROADMAP.md b/ROADMAP.md index 67620ddd3..7a8897f12 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,7 @@ The items in the 1.0 roadmap can be broken down into smaller milestones that are 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. 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. -Listed topics may defer to the [project wiki](https://github.com/opencontainers/specs/wiki/RoadMap:) for collaboration. +Listed topics may defer to the [project wiki](https://github.com/opencontainers/runtime-spec/wiki/RoadMap:) for collaboration. ## 1.0 diff --git a/project.md b/project.md index ff86a4e8c..2f8f0767d 100644 --- a/project.md +++ b/project.md @@ -6,5 +6,5 @@ * `git commit` version increment * `git tag` the prior commit (preferably signed tag) * `make docs` to produce PDF and HTML copies of the spec -* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs. +* Make a release on [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec/releases) for the version. Attach the produced docs. diff --git a/style.md b/style.md index 728b5e3fa..a92956d58 100644 --- a/style.md +++ b/style.md @@ -18,9 +18,9 @@ The exceptions are entries where the Go default for the type is a no-op in the s [capabilities]: config-linux.md#capabilities [class-id]: config-linux.md#network -[integer-over-hex]: https://github.com/opencontainers/specs/pull/267#discussion_r48360013 -[keep-prefix]: https://github.com/opencontainers/specs/pull/159#issuecomment-138728337 -[no-pointer-for-boolean]: https://github.com/opencontainers/specs/pull/290#discussion_r50296396 -[no-pointer-for-slices]: https://github.com/opencontainers/specs/pull/316/files#r50782982 -[optional-pointer]: https://github.com/opencontainers/specs/pull/233#discussion_r47829711 -[pointer-when-updates-require-changes]: https://github.com/opencontainers/specs/pull/317/files#r50932706 +[integer-over-hex]: https://github.com/opencontainers/runtime-spec/pull/267#discussion_r48360013 +[keep-prefix]: https://github.com/opencontainers/runtime-spec/pull/159#issuecomment-138728337 +[no-pointer-for-boolean]: https://github.com/opencontainers/runtime-spec/pull/290#discussion_r50296396 +[no-pointer-for-slices]: https://github.com/opencontainers/runtime-spec/pull/316/files#r50782982 +[optional-pointer]: https://github.com/opencontainers/runtime-spec/pull/233#discussion_r47829711 +[pointer-when-updates-require-changes]: https://github.com/opencontainers/runtime-spec/pull/317/files#r50932706 From faad7e0fcf4203e6844ae7e87b1df2d0ed520dbe Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 4 Apr 2016 14:20:51 -0400 Subject: [PATCH 2/2] README: title rename And align wording with https://github.com/opencontainers/image-spec/pull/5 Signed-off-by: Vincent Batts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6398875e..b4be3cc61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Open Container Specifications +# Open Container Runtime Specification -[Open Container Initiative](http://www.opencontainers.org/) Specifications for standards on Operating System process and application containers. +The [Open Container Initiative](http://www.opencontainers.org/) develops specifications for standards on Operating System process and application containers. Table of Contents