diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-07-16 14:25:53 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2019-07-22 08:38:24 +0200 |
commit | 6a0c39c63ecfa4f42a3a10fcd212d59b80c7c6a7 (patch) | |
tree | bcabcefddebc101d9bc805278085555f73dc17a1 | |
parent | [#740,!427] Updated ChangeLog entry (diff) | |
download | kea-6a0c39c63ecfa4f42a3a10fcd212d59b80c7c6a7.tar.xz kea-6a0c39c63ecfa4f42a3a10fcd212d59b80c7c6a7.zip |
[#734,!422] contributors guide renamed to CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md (renamed from contributors-guide.md) | 0 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | doc/devel/contribute.dox | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/contributors-guide.md b/CONTRIBUTING.md index d56757ac79..d56757ac79 100644 --- a/contributors-guide.md +++ b/CONTRIBUTING.md diff --git a/Makefile.am b/Makefile.am index 636c4f3a5a..b8a1e628bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CONTRIB_CONFIGURE_FLAG) # keerp the sysrepo config DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPO_CONFIGURE_FLAG) -dist_doc_DATA = AUTHORS COPYING ChangeLog README contributors-guide.md +dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md .PHONY: check-valgrind check-valgrind-suppress diff --git a/doc/devel/contribute.dox b/doc/devel/contribute.dox index 1618d7d3b2..da81a0f77e 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -11,6 +11,6 @@ The Contributor's Guide has been moved to a stand alone document. See contributors-guide.md in the top level sources. -Link: https://gitlab.isc.org/isc-projects/kea/blob/master/contributors-guide.md +Link: https://gitlab.isc.org/isc-projects/kea/blob/master/CONTRIBUTING.md */ |