Skip to content

Commit af7507a

Browse files
committed
Remove cdn URL masking. We do not need content-type & direct (raw) access works fine
1 parent 64e787d commit af7507a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqldeveloper/extension/ManagingExtensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Navigate to Help->Check for Updates.
1717
![Select update source image](images/ME-CFU-Check-1.png)
1818

1919
##### Adding an Update Center
20-
If you need to add a reference to an update center, press the Add button to enter the name and location. If the new update center is web based, enter the URL. If it is file system based, enter the path or use the browse button. There is an external _(not supported by Oracle)_ [example update center](https://github.com/bjeffrie/sqldev-update-center) for these extensions. You can add https://gitcdn.xyz/repo/bjeffrie/sqldev-update-center/master/update-center.xml as an update center location to access it.
20+
If you need to add a reference to an update center, press the Add button to enter the name and location. If the new update center is web based, enter the URL. If it is file system based, enter the path or use the browse button. There is an external _(not supported by Oracle)_ [example update center](https://github.com/bjeffrie/sqldev-update-center) for these extensions. You can add https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/update-center.xml as an update center location to access it.
2121
![Add update center dialog image](images/ME-CFU-Add-1.png)
2222

2323
##### Using an Update Center

sqldeveloper/extension/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ extension.owner.url=https://github.com/oracle/oracle-db-examples/tree/master/sql
1717
#
1818
# Base location of the CFU site.
1919
# This is where the produced updates.xml will say the cfu bundle files are.
20-
update.url=https://gitcdn.xyz/repo/bjeffrie/sqldev-update-center/master
20+
update.url=https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master
2121

0 commit comments

Comments
 (0)