1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

[bug] user's manual URL is not up-to-date

This commit is contained in:
Sylvain 2020-09-23 10:54:45 +02:00
parent 8b823b3d67
commit 8f25c54402
4 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
- Fix a bug: unable to search for projects (#230)
- Fix a bug: wallet tab is not shown in members dashboard
- Fix a bug: slots duration is not shown when looking at a new availability
- Fix a bug: user's manual URL is not up-to-date
- Updated coveralls gem to a supported version
## v4.5.6 2020 September 1st

View File

@ -29,7 +29,7 @@ Application.Services.factory('Help', ['$rootScope', '$uibModal', '$state', 'Auth
// if no tour, just open the guide
if (tourName === undefined) {
return window.open('https://github.com/sleede/fab-manager/raw/master/doc/fr/guide_utilisation_fab_manager_v4.3.pdf', '_blank');
return window.open('https://github.com/sleede/fab-manager/raw/master/doc/fr/guide_utilisation_fab_manager_v4.5.pdf', '_blank');
}
$uibModal.open({

View File

@ -13,7 +13,7 @@
<div class="row text-center m-t-lg m-b-md">
<a class="btn btn-default"
ng-click="onGuide()"
href="https://github.com/sleede/fab-manager/raw/master/doc/fr/guide_utilisation_fab_manager_v4.3.pdf"
href="https://github.com/sleede/fab-manager/raw/master/doc/fr/guide_utilisation_fab_manager_v4.5.pdf"
target="_blank"
translate>{{ 'app.shared.help.guide' }}</a>
</div>