From 33e1bdc543bcb7875dcc004d487333393670ed2d Mon Sep 17 00:00:00 2001
From: Peter Bacon Darwin
Date: Sun, 16 Feb 2014 22:02:31 +0000
Subject: chore(errors): rename folders to match namespaces
---
docs/content/error/location/ipthprfx.ngdoc | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 docs/content/error/location/ipthprfx.ngdoc
(limited to 'docs/content/error/location/ipthprfx.ngdoc')
diff --git a/docs/content/error/location/ipthprfx.ngdoc b/docs/content/error/location/ipthprfx.ngdoc
deleted file mode 100644
index 55b75d86..00000000
--- a/docs/content/error/location/ipthprfx.ngdoc
+++ /dev/null
@@ -1,8 +0,0 @@
-@ngdoc error
-@name $location:ipthprfx
-@fullName Invalid or Missing Path Prefix
-@description
-
-This error occurs when you configure the {@link ng.$location `$location`} service in the html5 mode, specify a base url for your application via `` element and try to update the location with a path that doesn't match the base prefix.
-
-To resolve this issue, please check the base url specified via the `` tag in the head of your main html document, as well as the url that you tried to set the location to.
--
cgit v1.2.3