Skip to content

Commit

Permalink
chore: fix incorrect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FYLSen committed Dec 17, 2024
1 parent b860984 commit 97c5720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/spglobal/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: 'S&P Global',
url: 'www.spglobl.com',
lang: 'zh-CN',
url: 'www.spglobal.com',
lang: 'en',
};

0 comments on commit 97c5720

Please sign in to comment.