Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Closed #4
  • Loading branch information
psdjungpulzze committed Oct 2, 2022
1 parent ead7734 commit e86052e
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion _includes/in_line_banner_config.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="width: 100%; padding: 15px; background-color: #f3f5f7; text-align: center">
<h3>Download <a href="{{ include.config_url }}" alt="{{ include.config_title }}" download>{{ include.config_title }}</a> configuration</h3>
Learn how to <a href="/docs/tutorial-video/course-1-basics/lesson-10-organization/#3-import-and-export-configuration" alt="use configuration">use configuration</a>
Learn how to <a href="/docs/tutorial-video/course-basics/lesson-organization/#4-import-and-export-configuration" alt="use configuration">use configuration</a>
</div>
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The easiest way to understand API AutoFlow is to use a _factory_ as a comparison
* __Simulation__: You can think of it as the sample raw material
* __Flow Transaction Data__: You can think of it as the raw material that passes through the process line. As changes are made by the actions, the flow transaction data would change as it goes down the flow.

[NEXT >> LESSON 2: Navigation and Hello World!](/docs/tutorial-video/course-1-basics/lesson-2-helloworld/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> LESSON 2: Navigation and Hello World!](/docs/tutorial-video/course-basics/lesson-helloworld/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You will notice that since the condition is true, it will execute the action "da

{% include in_line_banner_config.html config_title="Build Your First Flow Using Conditionals" config_url="/assets/configs/config-conditional.json" %}

[NEXT >> Lesson 5: Master Loops(Iterations) to Create Complex Solutions](/docs/tutorial-video/course-1-basics/lesson-5-iterations/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 5: Master Loops(Iterations) to Create Complex Solutions](/docs/tutorial-video/course-basics/lesson-iterations/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note:

{% include in_line_banner_config.html config_title="Using Data Simulation for Easier Development" config_url="/assets/configs/config-simulation.json" %}

[NEXT >> LESSON 4: Using Data Simulation for Easier Development](/docs/tutorial-video/course-1-basics/lesson-4-conditionals/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> LESSON 4: Using Data Simulation for Easier Development](/docs/tutorial-video/course-basics/lesson-conditionals/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ Select `database-id`

{% include in_line_banner_config.html config_title="Learn How to Work with Database Connection" config_url="/assets/configs/config-database.json" %}

[NEXT >> Lesson 7: Reusable Custom Actions, Files, and Data. Cut and Paste Configurations](/docs/tutorial-video/course-1-basics/lesson-7-httprequest/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 7: Reusable Custom Actions, Files, and Data. Cut and Paste Configurations](/docs/tutorial-video/course-basics/lesson-httprequest/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note that the data printed is what the [data/log](/docs/internal-actions/data/lo

{% include in_line_banner_config.html config_title="Debugging Using Logs" config_url="/assets/configs/config-debug.json" %}

[NEXT >> Course 2: Advanced](/docs/tutorial-video/course-2-creating-solutions/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Course 2: Advanced](/docs/tutorial-video/course-solutions/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ There are actions to write and append data to the file.
{% include in_line_banner_config.html config_title="Storing Data in a File" config_url="/assets/configs/config-files.json" %}


[NEXT >> Lesson 10: Organization](/docs/tutorial-video/course-1-basics/lesson-10-organization/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 10: Organization](/docs/tutorial-video/course-basics/lesson-rganization/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ Note: dataset action simply sets a value to the solution flow.

{% include in_line_banner_config.html config_title="Hello World!" config_url="/assets/configs/config-helloworld.json" %}

[NEXT >> LESSON 3: Data Simulation](/docs/tutorial-video/course-1-basics/lesson-3-data-simulation/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> LESSON 3: Data Simulation](/docs/tutorial-video/course-basics/lesson-data-simulation/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-httprequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are many types of HTTP API. Check the API provider's manual for the correc

{% include in_line_banner_config.html config_title="Making API Calls" config_url="/assets/configs/config-httprequest.json" %}

[NEXT >> Lesson 8: In Memory Storage - Hash Table](/docs/tutorial-video/course-1-basics/lesson-8-hash-table/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 8: In Memory Storage - Hash Table](/docs/tutorial-video/course-basics/lesson-inmemory/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-inmemory.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ You can access environment variables from any action



[NEXT >> Lesson 9: Storing Data in a File](/docs/tutorial-video/course-1-basics/lesson-9-files/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 9: Storing Data in a File](/docs/tutorial-video/course-basics/lesson-files/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
4 changes: 2 additions & 2 deletions docs/tutorial-video/course-basics/lesson-iterations.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The [filter](/docs/internal-actions/iteration/filter/) iteration only passes val

To help with the solution building, let's simulate an array with `["name", "gender"]`. We will create an iteration to filter just `female`.

[Click here to learn more about data simulation](/docs/tutorial-video/course-1-basics/lesson-3-using-data-sumulation-for-easier-development/)
[Click here to learn more about data simulation](/docs/tutorial-video/course-basics/lesson-data-sumulation/)

![Action Conditional Select](/assets/images/action-loop-data-simulation.png)

Expand Down Expand Up @@ -100,7 +100,7 @@ Below, we have filtered the items with string `female`.

{% include in_line_banner_config.html config_title="Master Iteration (loop) to Create Complex Solutions" config_url="/assets/configs/config-iteration.json" %}

[NEXT >> Lesson 6: Learn How to Work with Databases and APIs](/docs/tutorial-video/course-1-basics/lesson-6-databases/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 6: Learn How to Work with Databases and APIs](/docs/tutorial-video/course-basics/lesson-databases/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


{: .fs-6 .fw-300 }
8 changes: 4 additions & 4 deletions docs/tutorial-video/course-basics/lesson-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ published: true
1. Reusable Custom Actions
2. Copy Configuration
3. Paste Configuration
3. Import and Export Configuration
4. Roll Back
5. Organization
4. Import and Export Configuration
5. Roll Back
6. Organization

## 1\. Reusable Custom Actions

Expand Down Expand Up @@ -133,6 +133,6 @@ From the server settings, click the `group name` to delete the group.
<!-- {% include in_line_banner_config.html config_title="Organization" config_url="/assets/configs/_____.json" %} -->


[NEXT >> Lesson 11: Scheduling Flow Execution Using Timers](/docs/tutorial-video/course-1-basics/lesson-11-timers/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 11: Scheduling Flow Execution Using Timers](/docs/tutorial-video/course-basics/lesson-timers/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-basics/lesson-timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ There are use cases where timers need to be stopped and started based on a condi
{% include in_line_banner_config.html config_title="Scheduling Flow Execution Using Timers" config_url="/assets/configs/config-timer.json" %}


[NEXT >> Lesson 12: Debugging Using Logs](/docs/tutorial-video/course-1-basics/lesson-12-debug/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 12: Debugging Using Logs](/docs/tutorial-video/course-basics/lesson-debug/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

{: .fs-6 .fw-300 }
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-solution/lesson-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ published: true

Follow the database lesson below on how to work with the database.

[Course 1 Lesson 6: Learn How to Work with Databases](/docs/tutorial-video/course-1-basics/lesson-6-databases/)
[Course 1 Lesson 6: Learn How to Work with Databases](/docs/tutorial-video/course-basics/lesson-databases/)

![Apply database action](/assets/images/database-tutorial.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-solution/lesson-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ In the API AutoFlow, the 4 methods are created to do the CRUD functions.
![CRUD API Methods](/assets/images/tutorial-frontend.png){: width="500px" }


[NEXT >> Lesson 2: Integrate a Database](/docs/tutorial-video/course-2-solution/lesson-2-database/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 2: Integrate a Database](/docs/tutorial-video/course-solution/lesson-database/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }



Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial-video/course-solution/lesson-fullstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Talking about building a solution, you have all the resources [Tutorials](/docs

What we are building is the basic architecture described on the [overview](/docs/getting-started/api-autoflow-overview/) page. A full stack application in most use cases comprises of below three components.

1. [Frontend](/docs/tutorial-video/course-2-solution/lesson-2-frontend/)
2. [Backend](/docs/tutorial-video/course-1-basics/)
3. [Database](/docs/tutorial-video/course-2-solution/lesson-3-database/)
1. [Frontend](/docs/tutorial-video/course-solution/lesson-frontend/)
2. [Backend](/docs/tutorial-video/course-basics/)
3. [Database](/docs/tutorial-video/course-solution/lesson-database/)

![Application Architecture](/assets/images/getting-started-index-application-architecture.jpg)

[NEXT >> Lesson 1: Install and integration the frontend](/docs/tutorial-video/course-2-solution/lesson-2-frontend/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 1: Install and integration the frontend](/docs/tutorial-video/course-solution/lesson-frontend/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


2 changes: 1 addition & 1 deletion docs/tutorial-video/course-solution/lesson-user-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ export default {
{% include in_line_banner_config.html config_title="Organization" config_url="/assets/configs/_____.json" %}


[NEXT >> Lesson 11: Scheduling Flow Execution Using Timers](/docs/tutorial-video/course-1-basics/lesson-11-timers/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[NEXT >> Lesson 11: Scheduling Flow Execution Using Timers](/docs/tutorial-video/course-basics/lesson-timers/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
1 change: 0 additions & 1 deletion docs/tutorial-video/course-solution/lesson-x-tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default
title: Lesson x TCP
parent: Course 2 Full Stack
grand_parent: Tutorials - Video
permalink: /docs/tutorial-video/course-2-creating-solutions/lesson-x-xxxxxx
published: false
---
<h6>Course 2: Creating solutions for your project</h6>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-video/course-usecase/lesson-etl.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ grand_parent: Tutorials - Video
<!-- 1. Go to Interactor website to access API AutoFlow
2. Go through some of the definitions -->

<!-- [NEXT >> LESSON 2: Navigation and Hello World!](/docs/tutorial-video/course-1-basics/lesson-2-helloworld/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } -->
<!-- [NEXT >> LESSON 2: Navigation and Hello World!](/docs/tutorial-video/course-basics/lesson-helloworld/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } -->


{: .fs-6 .fw-300 }

0 comments on commit e86052e

Please sign in to comment.