This URL was out of date (the current Graphviz URL is https://graphviz.org/),
but the third parameter of AC_INIT is also expected to be the bug tracker, not
the project’s homepage.
## [Unreleased]
+### Changed
+
+- updated Graphviz bug report URL in the Autotools build system
+
## [2.47.3] - 2021-06-19
### Changed
# graphviz_version_commit
m4_include(./version.m4)
-AC_INIT([graphviz],[graphviz_version_major().graphviz_version_minor().graphviz_version_micro()],[http://www.graphviz.org/])
+AC_INIT([graphviz],[graphviz_version_major().graphviz_version_minor().graphviz_version_micro()],
+ [https://gitlab.com/graphviz/graphviz/-/issues])
GRAPHVIZ_VERSION_MAJOR=graphviz_version_major()
GRAPHVIZ_VERSION_MINOR=graphviz_version_minor()