[docs] community discussion change (#7507)

Replace link to openthread-users Google Group with link to GitHub
OpenThread Discussions, clarify issue reporting links.
This commit is contained in:
Jonathan Donald
2022-04-07 13:29:08 -07:00
committed by GitHub
parent fe0258cbec
commit a9b4e637f9
4 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ target_include_directories(openthread-simulation PRIVATE
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
set(CPACK_PACKAGE_NAME "openthread-simulation")
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors <[email protected]")
set(CPACK_PACKAGE_CONTACT "OpenThread Authors <[email protected]")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors (https://github.com/openthread/openthread)")
set(CPACK_PACKAGE_CONTACT "OpenThread Authors (https://github.com/openthread/openthread)")
include(CPack)
endif()