From 23a64f07d6c015bedcce644ea990c8f43dd18409 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Thu, 2 Jul 2026 11:37:10 +0200 Subject: [PATCH] doc: stop directing users to stackoverflow --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 285644ed7..fb46a1713 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ See [Tutorial](https://github.com/jbeder/yaml-cpp/wiki/Tutorial) and [How to Emit YAML](https://github.com/jbeder/yaml-cpp/wiki/How-To-Emit-YAML) for reference. For the old API (until 0.5.0), see [How To Parse A Document](https://github.com/jbeder/yaml-cpp/wiki/How-To-Parse-A-Document-(Old-API)). -## Any Problems? - -If you find a bug, post an [issue](https://github.com/jbeder/yaml-cpp/issues)! If you have questions about how to use yaml-cpp, please post it on http://stackoverflow.com and tag it [`yaml-cpp`](http://stackoverflow.com/questions/tagged/yaml-cpp). - ## How to Build `yaml-cpp` uses [CMake](http://www.cmake.org) to support cross-platform building. Install [CMake](http://www.cmake.org) _(Resources -> Download)_ before proceeding. The basic steps to build are: