Skip to content

Commit a97cf38

Browse files
committed
End section and wrong url in chapter 3
1 parent 6b53a0e commit a97cf38

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

chapter-2a.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ And replace the string ‘<my_consumer_key>’ by your consumer key (not t
231231
[http://localhost:3000/upload.html](http://localhost:3000/upload.html)
232232

233233

234+
<a name="End"></a>
235+
## Solution
236+
234237
You can get the final source code as zip from [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/archive/v1.0-workshop-client.zip), or using git:
235238
```
236239
git checkout v1.0-workshop-client

chapter-2b.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ function translateProgress (urn) {
342342

343343
[http://localhost:3000/upload.html](http://localhost:3000/upload.html)
344344

345+
346+
<a name="End"></a>
347+
## Solution
348+
345349
You can get the final source code as zip from [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/archive/v1.0-workshop-server.zip), or using git:
346350
```
347351
git checkout v1.0-workshop-server

chapter-3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
Now you've got a basic 2D/3D model displayed on your web page, let's customize the viewer behavior. The simplest way to customize behavior is through the Extension mechanism.
1515
Extensions allow you to encapsulate your customized behavior in a separate JavaScript file that you can 'load' into the viewer when it's running (you can unload it whenever you like too).
1616

17-
(If you don't want to type the code, you can copy the finished files for each step from the subfolders in the [GitHub repository](https://github.com/Developer-Autodesk/tutorial-getting.started-view.and.data),
18-
which you should have cloned or downloaded earlier in this tutorial).
19-
2017

2118
<a name="Step1"></a>
2219
## Step 1 – Creating a basic extension
@@ -491,7 +488,10 @@ Here are two YouTube videos explaining how to use the gallery sample and a coupl
491488
[https://www.youtube.com/watch?v=tK2ndbvchIM](https://www.youtube.com/watch?v=tK2ndbvchIM)
492489

493490

494-
You can get the final source code as zip from [here](https://github.com/cyrillef/workflow-node.js-view.and.data.api/archive/workshop-viewer-customization-step7.zip), or using git:
491+
<a name="End"></a>
492+
## Solution
493+
494+
You can get the final source code as zip from [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/archive/v1.0-workshop-extension.zip), or using git:
495495
```
496496
git checkout v1.0-workshop-extension
497497
```

0 commit comments

Comments
 (0)