Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(gruntfile): fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Denzler authored and knalli committed Apr 19, 2014
1 parent 4a713f0 commit 65fc8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ module.exports = function (grunt) {
html5Mode: false,
title: false,
image: 'identity/logo/angular-translate-alternative/angular-translate_alternative_small2.png',
imageLink: 'http://pascalprecht.github.io/angular-translate',
imageLink: 'http://angular-translate.github.io',
startPage: '/guide',
scripts: [
'http://getbootstrap.com/2.3.2/assets/js/bootstrap-dropdown.js',
Expand Down

0 comments on commit 65fc8be

Please sign in to comment.