Skip to content

Commit

Permalink
Added link
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Oct 27, 2024
1 parent 21dadbf commit acfec09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/sqlite.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SQLite as a Storage Backend for Web Server Static Content"
title: "Using SQLite as Storage for Web Server Static Content"
summary: "Why Clace uses a SQLite database instead of the local file system for static files."
date: 2024-10-25
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/Actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Actions allow apps to expose an autogenerated UI for simple backend actions. For

## Sample Action

First, define the parameters to be exposed in the form UI. Create a `params.star` file with the params. For example,
First, define the parameters to be exposed in the form UI. Create a `params.star` file with the [params]({{< ref "/docs/develop/#app-parameters" >}}). For example,

```python {filename="params.star"}
param("dir", description="The directory to list files from", default="/tmp")
Expand Down

0 comments on commit acfec09

Please sign in to comment.