Skip to content

Commit

Permalink
Fixing the changebank link (#2487)
Browse files Browse the repository at this point in the history
Want to send folks to the right parody video
  • Loading branch information
mooreds authored Aug 28, 2023
1 parent 9705c0e commit 501b6dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion astro/src/content/quickstarts/quickstart-golang-web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import RemoteCode from '/src/components/RemoteCode.astro';


In this quickstart you are going to build an application with Go and integrate it with FusionAuth.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=pkH-kD73QUM), a global leader in converting dollars into coins.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=CXDxNCzUspM), a global leader in converting dollars into coins.
It'll have areas reserved for users who have logged in as well as public facing sections.

The docker compose file and source code for a complete application are available at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import LoginBefore from '../../diagrams/quickstarts/login-before.astro';
import RemoteCode from '/src/components/RemoteCode.astro';

In this quickstart you are going to build an application with Python and Flask, and integrate it with FusionAuth.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=pkH-kD73QUM), a global leader in converting dollars into coins.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=CXDxNCzUspM), a global leader in converting dollars into coins.
It'll have areas reserved for users who have logged in as well as public facing sections.

The docker compose file and source code for a complete application are available at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import LoginBefore from '../../diagrams/quickstarts/login-before.astro';
import RemoteCode from '../../components/RemoteCode.astro';

In this quickstart you are going to build an application with Ruby on Rails and integrate it with FusionAuth.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=pkH-kD73QUM), a global leader in converting dollars into coins.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=CXDxNCzUspM), a global leader in converting dollars into coins.
It'll have areas reserved for users who have logged in as well as public facing sections.

The docker compose file and source code for a complete application are available at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Diagram from '../../diagrams/quickstarts/resource-server.astro';
import SpringBootPreReqs from '../../components/quickstarts/springboot-prereqs.mdx';
import RemoteCode from '../../components/RemoteCode.astro';

In this tutorial, you are going to learn how to integrate a Java Spring Boot resource server with FusionAuth. You will protect an API resource from unauthorized usage.
In this tutorial, you are going to learn how to integrate a Java Spring Boot resource server with FusionAuth. You will protect an API resource from unauthorized usage. You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=CXDxNCzUspM), a global leader in converting dollars into coins.

The docker compose file and source code for a complete application are available at https://github.com/FusionAuth/fusionauth-quickstart-springboot-api.

Expand Down
5 changes: 3 additions & 2 deletions astro/src/content/quickstarts/quickstart-springboot-web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import SpringBootPreReqs from '../../components/quickstarts/springboot-prereqs.m

## Integrate Your Java Spring Application With FusionAuth
This Quickstart will take you through building a simple Spring Boot web application and integrating it
with FusionAuth. It uses Spring Boot web and Thymeleaf, and sets up an OAuth authorization code grant flow,
allowing users to log into the application.
with FusionAuth. It uses Spring Boot web and Thymeleaf.
You'll be building it for [ChangeBank](https://www.youtube.com/watch?v=CXDxNCzUspM), a global leader in converting dollars into coins.
It'll have areas reserved for users who have logged in as well as public facing sections.

In this Quickstart you'll create the Changebank application, which has
* A Home Page, which is where a logged-out user goes. It has a login button that allows a user to log in
Expand Down

0 comments on commit 501b6dd

Please sign in to comment.