Skip to content

Commit

Permalink
Updated AutoUpdateLink to no longer redirect to a 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 authored and bryteise committed Feb 29, 2024
1 parent 478ea38 commit a6e3d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swupd/swupd.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const (
AutoUpdateCommand = "\"swupd autoupdate --enable\""

// AutoUpdateLink specifies document link of auto updates
AutoUpdateLink = "https://docs.01.org/clearlinux/latest/guides/clear/swupd.html"
AutoUpdateLink = "https://docs.01.org/clearlinux/guides/clear/swupd.html"

// AutoUpdateLabel specifies label of auto updates
AutoUpdateLabel = "Enable Auto Updates"
Expand Down

0 comments on commit a6e3d7e

Please sign in to comment.