From 59dc2e42c58015eec6f72b5013ae3d3e824d8355 Mon Sep 17 00:00:00 2001 From: paulkorir Date: Fri, 7 Feb 2025 14:11:34 +0300 Subject: [PATCH] Fix typos and docs --- .github/workflows/general.yaml | 4 ++-- docs/guides/transforming-data.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 1bd1bea1c5..a9a1b771f7 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Install Python + - name: Install Pythonha uses: actions/setup-python@v5 with: python-version: "3.10" @@ -130,7 +130,7 @@ jobs: run: | echo '!**/*.html' >> .gitignore hatch run docs-build - - name: Publush to Github Pages + - name: Publish to Github Pages uses: stefanzweifel/git-auto-commit-action@v5 with: branch: site diff --git a/docs/guides/transforming-data.md b/docs/guides/transforming-data.md index cb7a4d47f6..2b9fbe9ec7 100644 --- a/docs/guides/transforming-data.md +++ b/docs/guides/transforming-data.md @@ -157,7 +157,7 @@ Frictionless includes more than 40+ built-in transform steps. They are grouped b - row - cell -See [Transform Steps](../steps/cell.md) for a list of all available steps. It is also possible to write custom transform steps: see the next section. +See [Transform Steps](../steps/cell.html) for a list of all available steps. It is also possible to write custom transform steps: see the next section. ## Custom Steps