> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Anymal C

> Redirect stub to the Anymal C catalog page.

export default function AnymalCRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/anybotics/anymal-c");
  }, []);
  return <>
      # Redirecting to Anymal C

      If you are not redirected automatically, [open the Anymal C catalog page](https://cyberwave.com/anybotics/anymal-c).
    </>;
}
