Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from Autodesk-Forge/dev
Browse files Browse the repository at this point in the history
fix the wrong link in doc
  • Loading branch information
JohnOnSoftware committed Feb 28, 2019
2 parents 3a75bc6 + 3c788c8 commit f1de408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CreateWindow/PostmanCollection/README.md
Expand Up @@ -5,7 +5,7 @@
Postman collection to create App, define activity, and call the WorkItem.

## Setup
`Before start with Design Automaiton workflow, I strongly recommend you to read throught all the details at` [Design Automation for Revit Documenation](https://github.com/Developer-Autodesk/design-automation-for-revit),` and check the following steps if you already have basic understanding.`
`Before start with Design Automaiton workflow, I strongly recommend you to read throught all the details at` [Design Automation for Revit Documenation](https://forge.autodesk.com/en/docs/design-automation/v3/tutorials/revit/),` and check the following steps if you already have basic understanding.`

1. Download or update Postman from [here](https://www.getpostman.com/apps).

Expand All @@ -17,7 +17,7 @@ Postman collection to create App, define activity, and call the WorkItem.

5. Select the environment and enter your [Forge App's](https://developer.autodesk.com/myapps) `Client ID` and `Client Secret`. This is used for authentication. In the environment variables give your app an easy to manage unique nickname.

6. Compile and package the sample applications as noted [here](https://github.com/Developer-Autodesk/design-automation-for-revit/blob/master/Docs/AppBundle.md). You will need this to upload the app to Design Automation. Alternatively you may also download the packages from [CreateWindowApp.zip](../PlugIn/CreateWindowApp.zip).
6. Compile and package the sample applications as noted [here](https://forge.autodesk.com/en/docs/design-automation/v3/tutorials/revit/step4-publish-appbundle/). You will need this to upload the app to Design Automation. Alternatively you may also download the packages from [CreateWindowApp.zip](../PlugIn/CreateWindowApp.zip).

7. Create a nickname for your Forge App.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ Install [NodeJS](https://nodejs.org), version 8 or newer.

Clone this project or download it (this `nodejs` branch only). It's recommended to install [GitHub desktop](https://desktop.github.com/). To clone it via command line, use the following (**Terminal** on MacOSX/Linux, **Git Shell** on Windows):

git clone -b nodejs https://github.com/JohnOnSoftware/design.automation-nodejs-revit.window.family.create
git clone -b nodejs https://github.com/Autodesk-Forge/design.automation-nodejs-revit.window.family.create

To run it, install the required packages, set the enviroment variables with your client ID & secret and finally start it. Via command line, navigate to the folder where this repository was cloned and use the following:

Expand Down

0 comments on commit f1de408

Please sign in to comment.