Skip to content

Commit

Permalink
Merge pull request #493 from samjulien/sam-release-notes-tutorial
Browse files Browse the repository at this point in the history
Fix repo typo in release notes generator
  • Loading branch information
anant-writer authored Jul 18, 2024
2 parents 6f7a03c + c04ae3c commit 31731bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/release-notes-generator.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Release notes generator"
---
In this tutorial, you'll build a release notes generator using the Writer Framework. This application will help you generate release notes as formatted HTML for software updates based on user-provided data as a CSV file. You can check out the [finished code on GitHub](https://github.com/writer/framework-tutorials/release-notes-generator/end) to see what you'll be building.
In this tutorial, you'll build a release notes generator using the Writer Framework. This application will help you generate release notes as formatted HTML for software updates based on user-provided data as a CSV file. You can check out the [finished code on GitHub](https://github.com/writer/framework-tutorials/tree/main/release-notes-generator/end) to see what you'll be building.

The application consists of two main parts: the backend, which processes the uploaded CSV file and generates the release notes, and the frontend, which displays the release notes and allows users to download them.

Expand Down Expand Up @@ -394,7 +394,7 @@ The final Release notes section should look like this:

![Release notes final UI](/framework/images/tutorial/release_notes/release_gen_6.png)

You can [see the finished code on GitHub](https://github.com/writer/framework-tutorials/release-notes-generator/end) or in `framework-tutorials/release-notes-generator/end` in the `tutorials` repo you cloned at the beginning of the tutorial.
You can [see the finished code on GitHub](https://github.com/writer/framework-tutorials/tree/main/release-notes-generator/end) or in `framework-tutorials/release-notes-generator/end` in the `tutorials` repo you cloned at the beginning of the tutorial.

## Deploying the application

Expand Down

0 comments on commit 31731bb

Please sign in to comment.