diff --git a/anomaly-detection/lib/__init__.py b/examples/anomaly-detection/lib/__init__.py similarity index 100% rename from anomaly-detection/lib/__init__.py rename to examples/anomaly-detection/lib/__init__.py diff --git a/anomaly-detection/lib/ml.py b/examples/anomaly-detection/lib/ml.py similarity index 100% rename from anomaly-detection/lib/ml.py rename to examples/anomaly-detection/lib/ml.py diff --git a/anomaly-detection/lib/platform.py b/examples/anomaly-detection/lib/platform.py similarity index 100% rename from anomaly-detection/lib/platform.py rename to examples/anomaly-detection/lib/platform.py diff --git a/anomaly-detection/lib/probe.py b/examples/anomaly-detection/lib/probe.py similarity index 100% rename from anomaly-detection/lib/probe.py rename to examples/anomaly-detection/lib/probe.py diff --git a/anomaly-detection/main.py b/examples/anomaly-detection/main.py similarity index 100% rename from anomaly-detection/main.py rename to examples/anomaly-detection/main.py diff --git a/BCC-Examples/container-monitor/README.md b/examples/container-monitor/README.md similarity index 100% rename from BCC-Examples/container-monitor/README.md rename to examples/container-monitor/README.md diff --git a/BCC-Examples/container-monitor/container_monitor.py b/examples/container-monitor/container_monitor.py similarity index 100% rename from BCC-Examples/container-monitor/container_monitor.py rename to examples/container-monitor/container_monitor.py diff --git a/BCC-Examples/container-monitor/data_collection.py b/examples/container-monitor/data_collection.py similarity index 100% rename from BCC-Examples/container-monitor/data_collection.py rename to examples/container-monitor/data_collection.py diff --git a/BCC-Examples/container-monitor/tui.py b/examples/container-monitor/tui.py similarity index 100% rename from BCC-Examples/container-monitor/tui.py rename to examples/container-monitor/tui.py diff --git a/BCC-Examples/container-monitor/web_dashboard.py b/examples/container-monitor/web_dashboard.py similarity index 100% rename from BCC-Examples/container-monitor/web_dashboard.py rename to examples/container-monitor/web_dashboard.py