Skip to content

Commit

Permalink
Fix: absolute external .io .blend path new trial (#131)
Browse files Browse the repository at this point in the history
web URL new trial
++++ final slash

Refs: v = 228
  • Loading branch information
moueza authored Jul 19, 2024
2 parents 28132c5 + e73e667 commit c057bb2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WEBSITE/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 >Resources</h2>



<a class="card" href="https://moueza.github.io/Z-Anatomy/docs/assets/Startup.blend" >
<a class="card" href="https://moueza.github.io/Z-Anatomy/assets/Startup.blend" >

<span>Indirect Download Startup.blend 2</span>
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>
Expand Down
2 changes: 1 addition & 1 deletion WEBSITE/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Component } from '@angular/core';
export class AppComponent {

title = 'Z-Anatomy';
version = 227;//v =
version = 228;//v =
cookiesONvar: boolean=false;
/** private https://stackoverflow.com/questions/40371728/firing-an-angular-2-attribute-directive-after-model-load */
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
<body>
<app-root></app-root>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-R6LLIRZI.js" type="module"></script></body>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-A3YMSSTM.js" type="module"></script></body>
</html>
Loading

0 comments on commit c057bb2

Please sign in to comment.