Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 80ede37

Browse files
committed
chore(docs): fix versions-mapping url
1 parent 0b04eef commit 80ede37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: misc/demo/assets/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch', 'ngAn
4848

4949
function MainCtrl($scope, $http, $document, $uibModal, orderByFilter) {
5050
// Grab old version docs
51-
$http.get('/versions-mapping.json')
51+
$http.get('/bootstrap/versions-mapping.json')
5252
.then(function(result) {
5353
$scope.oldDocs = result.data;
5454
});

0 commit comments

Comments
 (0)