diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-09-18 06:51:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-18 06:51:36 -0700 |
| commit | 651803fb5339bdc3624fb17225dacf24bee217dc (patch) | |
| tree | 58316eb82d6e3ed870c836856a0d605a872458c3 | |
| parent | f2a968a26afd65db2a4d30817e7ffefcd939798c (diff) | |
| parent | 18717d6e46b07495b73746a9be4f1e0e5c689ab6 (diff) | |
Merge pull request #1082 from ianchakeres/fix-link-principles
Automatic merge from submit-queue
Fixed links to architecture.md and principles.md
Looks like principles.md and architecture.md, moved into the subdirectory architecture a few weeks ago. The links no longer work.
This PR fixes the links to these documents.
| -rw-r--r-- | governance.md | 2 | ||||
| -rw-r--r-- | sig-architecture/charter.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/governance.md b/governance.md index 89732d38..36ea7002 100644 --- a/governance.md +++ b/governance.md @@ -6,7 +6,7 @@ The Kubernetes community adheres to the following principles: * Open: Kubernetes is open source. See repository guidelines and CLA, below. * Welcoming and respectful: See Code of Conduct, below. * Transparent and accessible: Work and collaboration should be done in public. See SIG governance, below. -* Merit: Ideas and contributions are accepted according to their technical merit and alignment with project objectives, [scope](http://kubernetes.io/docs/whatisk8s/), and [design principles](contributors/design-proposals/principles.md). +* Merit: Ideas and contributions are accepted according to their technical merit and alignment with project objectives, [scope](http://kubernetes.io/docs/whatisk8s/), and [design principles](contributors/design-proposals/architecture/principles.md). # Code of Conduct diff --git a/sig-architecture/charter.md b/sig-architecture/charter.md index 04fd2ecf..ebd742c2 100644 --- a/sig-architecture/charter.md +++ b/sig-architecture/charter.md @@ -16,10 +16,10 @@ Specific areas of focus include: * Maintaining, evolving, and enforcing the deprecation policy * [Deprecation policy](https://kubernetes.io/docs/reference/deprecation-policy/) * Documenting and evolving the system architecture - * [Kubernetes Design and Architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture.md) + * [Kubernetes Design and Architecture](../contributors/design-proposals/architecture/architecture.md) * Defining and driving necessary extensibility points * Establishing and documenting design principles - * [Design principles](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/principles.md) + * [Design principles](../contributors/design-proposals/architecture/principles.md) * Establishing and documenting conventions for system and user-facing APIs * [API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md) * Developing necessary technical review processes, such as the proposal and API review processes |
