diff --git a/Changes b/Changes
index a6874a7e..75bccf20 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+2.035004 - 2017-04-25
+
+ [BUG FIXES]
+
+ * Fix for relocated DB schema files
+
2.035003 - 2017-04-24
[BUG FIXES]
diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm
index 9d31ff53..814f9757 100644
--- a/lib/App/Netdisco.pm
+++ b/lib/App/Netdisco.pm
@@ -51,7 +51,7 @@ properties.
=item *
-See the demo at: L
+See the demo at: L
=back
@@ -126,7 +126,7 @@ install Netdisco and its dependencies into the C user's home area
(C<~netdisco/perl5>):
su - netdisco
- curl -L http://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco
+ curl -L https://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco
Link some of the newly installed apps into a handy location:
diff --git a/lib/App/Netdisco/DB.pm b/lib/App/Netdisco/DB.pm
index 9315a99f..72898442 100644
--- a/lib/App/Netdisco/DB.pm
+++ b/lib/App/Netdisco/DB.pm
@@ -17,7 +17,7 @@ use Path::Class;
use File::ShareDir 'dist_dir';
our $schema_versions_dir = Path::Class::Dir->new( dist_dir('App-Netdisco') )
- ->subdir("DB", "schema_versions")->stringify;
+ ->subdir('schema_versions')->stringify;
__PACKAGE__->load_components(qw/
Schema::Versioned