Skip to content

Commit 7271512

Browse files
committed
fix repo and product names
1 parent 5ff5ec7 commit 7271512

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/doxygen/doxygen-config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
4242
# title of most generated pages and in a few other places.
4343
# The default value is: My Project.
4444

45-
PROJECT_NAME = "SparkFun Fingerprint Sensor - FPC2534 Pro"
45+
PROJECT_NAME = "SparkFun TMAG5273 Arduino Library"
4646

4747
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
4848
# could be handy for archiving the generated documentation or if some version
@@ -54,7 +54,7 @@ PROJECT_NAME = "SparkFun Fingerprint Sensor - FPC2534 Pro"
5454
# for a project that appears at the top of each page and should give viewer a
5555
# quick idea about the purpose of the project. Keep the description short.
5656

57-
PROJECT_BRIEF = "Library for the SparkFun Fingerprint Sensor - FPC2534 Pro"
57+
PROJECT_BRIEF = "Library for the SparkFun TMAG5273 Arduino Library"
5858

5959
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060
# in the documentation. The maximum height of the logo should not exceed 55

docs/doxygen/doxygen-custom/header.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1" />
1111

1212
<!-- BEGIN opengraph metadata -->
13-
<meta property="og:title" content="SparkFun FPC2534 Arduino Library" />
14-
<meta property="og:description" content="An Arduino Library implementation for the SparkFun FPC2534 Fingerprint qwiic sensor" />
15-
<meta property="og:url" content="https://docs.sparkfun.com/SparkFun_FPC2534_Arduino_Library" />
13+
<meta property="og:title" content="SparkFun TMAG5273 Arduino Library" />
14+
<meta property="og:description"
15+
content="An Arduino Library implementation for the SparkFun TMAG5273 qwiic sensor" />
16+
<meta property="og:url" content="https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library" />
1617
<!-- END opengraph metadata -->
1718

1819
<!-- BEGIN twitter metadata -->
19-
<meta name="twitter:title" content="SparkFun FPC2534 Arduino Library" />
20-
<meta name="twitter:description" content="An Arduino Library implementation for the SparkFun FPC2534 Fingerprint qwiic sensor" />
20+
<meta name="twitter:title" content="SparkFun TMAG5273 Arduino Library" />
21+
<meta name="twitter:description"
22+
content="An Arduino Library implementation for the SparkFun TMAG5273 qwiic sensor" />
2123
<!-- END twitter metadata -->
2224

2325
<!--BEGIN PROJECT_NAME-->
@@ -38,7 +40,8 @@
3840
<body>
3941

4042
<!-- https://tholman.com/github-corners/ -->
41-
<a href="https://github.com/sparkfun/SparkFun_FPC2534_Arduino_Library" class="github-corner" title="View source on GitHub">
43+
<a href="https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library" class="github-corner"
44+
title="View source on GitHub">
4245
<svg viewBox="0 0 250 250" style="position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
4346
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
4447
<path

0 commit comments

Comments
 (0)